Click any ball to view the corresponding colour palette.
HTML 3.2 Standard 16 named Colours Sorted Alphabetically. | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Color Name | Using name | hex | Using hex | Red | Green | Blue | Hue | Sat | Bright | ||||||
Aqua | test | test | test | test | #00ffff | test | test | test | test | 0 | 255 | 255 | 0.500 | 1.000 | 1.000 |
Black | test | test | test | test | #000000 | test | test | test | test | 0 | 0 | 0 | 0.000 | 0.000 | 0.000 |
Blue | test | test | test | test | #0000ff | test | test | test | test | 0 | 0 | 255 | 0.333 | 1.000 | 1.000 |
Fuchsia | test | test | test | test | #ff00ff | test | test | test | test | 255 | 0 | 255 | 0.167 | 1.000 | 1.000 |
Gray | test | test | test | test | #808080 | test | test | test | test | 128 | 128 | 128 | 0.000 | 0.000 | 0.502 |
Green | test | test | test | test | #008000 | test | test | test | test | 0 | 128 | 0 | 0.667 | 1.000 | 0.502 |
Lime | test | test | test | test | #00ff00 | test | test | test | test | 0 | 255 | 0 | 0.667 | 1.000 | 1.000 |
Maroon | test | test | test | test | #800000 | test | test | test | test | 128 | 0 | 0 | 0.000 | 1.000 | 0.502 |
Navy | test | test | test | test | #000080 | test | test | test | test | 0 | 0 | 128 | 0.333 | 1.000 | 0.502 |
Olive | test | test | test | test | #808000 | test | test | test | test | 128 | 128 | 0 | 0.833 | 1.000 | 0.502 |
Purple | test | test | test | test | #800080 | test | test | test | test | 128 | 0 | 128 | 0.167 | 1.000 | 0.502 |
Red | test | test | test | test | #ff0000 | test | test | test | test | 255 | 0 | 0 | 0.000 | 1.000 | 1.000 |
Silver | test | test | test | test | #c0c0c0 | test | test | test | test | 192 | 192 | 192 | 0.000 | 0.000 | 0.753 |
Teal | test | test | test | test | #008080 | test | test | test | test | 0 | 128 | 128 | 0.500 | 1.000 | 0.502 |
White | test | test | test | test | #ffffff | test | test | test | test | 255 | 255 | 255 | 0.000 | 0.000 | 1.000 |
Yellow | test | test | test | test | #ffff00 | test | test | test | test | 255 | 255 | 0 | 0.833 | 1.000 | 1.000 |
The table above shows the Standard Netscape colours displayed eight ways, (colour on white, colour on black, black on colour, white on colour) both using alpha names and hex names. You can check out your browser for Netscape colour compatibility. It shows the Standard Netscape 8.0 alpha names such as "aliceblue" and also the hex, RGB (Red Green Blue) and HSB (Hue Saturation Brightness) values.
Netscape has a set of built-in colour names you can use HTML in the form:
<font color="aliceblue">
For compatibility with other browsers, it would be safer to specify the HTML with the hexadecimal RGB colour names. Netscape Composer automatically converts the colour names to the corresponding hex values:
<font color="#f0f8ff">
You can use the colours in Java with their decimal RGB names:
Color aliceblue = new Color( 240, 248, 255 );
or with their hex names:
Color aliceblue = new Color( 0xf0f8ff );
Depending on how compatible your browser is with Netscape 8.0 and if your video driver supports full colour, these colours may or may not render properly.
Note that Netscape includes support all the colours in the HTML 3.2 standard colour set.
The one-shot Java program Palette that created the HTML tables shown here is available on request. You can see also see the full table in raw ASCII (American Standard Code for Information Interchange) text form. You might cannibalise them to support named colours in your Java apps.
This page is posted |
http://mindprod.com/jgloss/palette16html3byalpha.html | |
Optional Replicator mirror
|
J:\mindprod\jgloss\palette16html3byalpha.html | |
Please read the feedback from other visitors,
or send your own feedback about the site. Contact Roedy. Please feel free to link to this page without explicit permission. | ||
Canadian
Mind
Products
IP:[65.110.21.43] Your face IP:[3.15.14.245] |
| |
Feedback |
You are visitor number | |