Shades of Navy #000866
Tints of Navy #000866
RGB
CMYK
RGB Variations
Color information
#000866 (or 0x000866) is known color: Navy. HEX triplet: 00, 08 and 66. RGB value is (0,8,102). Sum of RGB (Red+Green+Blue) = 0+8+102=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 102 (40.23% from 255 or 92.73% from 110); Max value from RGB is 102 - color contains mainly: blue. Hex color #000866 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000866 is #FFF799. Grayscale: #0F0F0F. Windows color (decimal): -16775066 or 6686720. OLE color: 6686720.
HSL color Cylindrical-coordinate representation of color #000866: hue angle of 235.29º 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 #000866 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 8 | 102 | - |
| CMYK | 1 | 0.92 | 0 | 0.6 |
| HSL | 235.29º | 1% | 0.2% | - |
| HSV(B) | 235.29º | 1% | 0.4% | - |
| XYZ | 2.49 | 1.13 | 12.66 | - |
| YUV | 16.32 | 176.35 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 102 | 1 | 0.92 | 0 | 0.6 | 235.29 | 1 | 0.2 |
| Hex | 0 | 8 | 66 | 64 | 5C | 0 | 3C | EB | 64 | 14 |
| Octal | 0 | 10 | 146 | 144 | 134 | 0 | 74 | 353 | 144 | 24 |
| Binary | 0 | 1000 | 1100110 | 1100100 | 1011100 | 0 | 111100 | 11101011 | 1100100 | 10100 |
Color Harmonies of #000866
Complementary color
Monochromatic Colors of #000866
Black with #000866
Text Example
Text Example
White with #000866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000866; }
p { color: rgb(0,8,102); }
H1.HeaderClassName
{
color: #000866;
}
.AnyTagClassName
{
color: #000866;
}
</style>
background-color css
<style>
a { background-color: #000866; }
a { background-color: rgb(0,8,102); }
div.DivClassName
{
background-color: #000866;
}
.BgClassName
{
background-color: #000866;
}
</style>
border-color css
<style>
span { border-color: #000866; }
span { border-color: rgb(0,8,102); }
td.TdClassName
{
border-color: #000866;
}
.TagClassName
{
border-color: #000866;
}
</style>