Shades of Navy #000666
Tints of Navy #000666
RGB
CMYK
RGB Variations
Color information
#000666 (or 0x000666) is known color: Navy. HEX triplet: 00, 06 and 66. RGB value is (0,6,102). Sum of RGB (Red+Green+Blue) = 0+6+102=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 102 (40.23% from 255 or 94.44% from 108); Max value from RGB is 102 - color contains mainly: blue. Hex color #000666 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000666 is #FFF999. Grayscale: #0E0E0E. Windows color (decimal): -16775578 or 6686208. OLE color: 6686208.
HSL color Cylindrical-coordinate representation of color #000666: hue angle of 236.47º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000666 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 6 | 102 | - |
| CMYK | 1 | 0.94 | 0 | 0.6 |
| HSL | 236.47º | 1% | 0.2% | - |
| HSV(B) | 236.47º | 1% | 0.4% | - |
| XYZ | 2.46 | 1.09 | 12.65 | - |
| YUV | 15.15 | 177.01 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 102 | 1 | 0.94 | 0 | 0.6 | 236.47 | 1 | 0.2 |
| Hex | 0 | 6 | 66 | 64 | 5E | 0 | 3C | EC | 64 | 14 |
| Octal | 0 | 6 | 146 | 144 | 136 | 0 | 74 | 354 | 144 | 24 |
| Binary | 0 | 110 | 1100110 | 1100100 | 1011110 | 0 | 111100 | 11101100 | 1100100 | 10100 |
Color Harmonies of #000666
Complementary color
Monochromatic Colors of #000666
Black with #000666
Text Example
Text Example
White with #000666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000666; }
p { color: rgb(0,6,102); }
H1.HeaderClassName
{
color: #000666;
}
.AnyTagClassName
{
color: #000666;
}
</style>
background-color css
<style>
a { background-color: #000666; }
a { background-color: rgb(0,6,102); }
div.DivClassName
{
background-color: #000666;
}
.BgClassName
{
background-color: #000666;
}
</style>
border-color css
<style>
span { border-color: #000666; }
span { border-color: rgb(0,6,102); }
td.TdClassName
{
border-color: #000666;
}
.TagClassName
{
border-color: #000666;
}
</style>