Shades of Navy #000877
Tints of Navy #000877
RGB
CMYK
RGB Variations
Color information
#000877 (or 0x000877) is known color: Navy. HEX triplet: 00, 08 and 77. RGB value is (0,8,119). Sum of RGB (Red+Green+Blue) = 0+8+119=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 119 (46.88% from 255 or 93.70% from 127); Max value from RGB is 119 - color contains mainly: blue. Hex color #000877 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000877 is #FFF788. Grayscale: #111111. Windows color (decimal): -16775049 or 7800832. OLE color: 7800832.
HSL color Cylindrical-coordinate representation of color #000877: hue angle of 235.97º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000877 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 8 | 119 | - |
| CMYK | 1 | 0.93 | 0 | 0.53 |
| HSL | 235.97º | 1% | 0.23% | - |
| HSV(B) | 235.97º | 1% | 0.47% | - |
| XYZ | 3.42 | 1.51 | 17.56 | - |
| YUV | 18.26 | 184.85 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 119 | 1 | 0.93 | 0 | 0.53 | 235.97 | 1 | 0.23 |
| Hex | 0 | 8 | 77 | 64 | 5D | 0 | 35 | EC | 64 | 17 |
| Octal | 0 | 10 | 167 | 144 | 135 | 0 | 65 | 354 | 144 | 27 |
| Binary | 0 | 1000 | 1110111 | 1100100 | 1011101 | 0 | 110101 | 11101100 | 1100100 | 10111 |
Color Harmonies of #000877
Complementary color
Monochromatic Colors of #000877
Black with #000877
Text Example
Text Example
White with #000877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000877; }
p { color: rgb(0,8,119); }
H1.HeaderClassName
{
color: #000877;
}
.AnyTagClassName
{
color: #000877;
}
</style>
background-color css
<style>
a { background-color: #000877; }
a { background-color: rgb(0,8,119); }
div.DivClassName
{
background-color: #000877;
}
.BgClassName
{
background-color: #000877;
}
</style>
border-color css
<style>
span { border-color: #000877; }
span { border-color: rgb(0,8,119); }
td.TdClassName
{
border-color: #000877;
}
.TagClassName
{
border-color: #000877;
}
</style>