Shades of Navy #00087E
Tints of Navy #00087E
RGB
CMYK
RGB Variations
Color information
#00087E (or 0x00087E) is known color: Navy. HEX triplet: 00, 08 and 7E. RGB value is (0,8,126). Sum of RGB (Red+Green+Blue) = 0+8+126=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 8 (3.52% from 255 or 5.97% from 134); Blue value is 126 (49.61% from 255 or 94.03% from 134); Max value from RGB is 126 - color contains mainly: blue. Hex color #00087E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00087E is #FFF781. Grayscale: #121212. Windows color (decimal): -16775042 or 8259584. OLE color: 8259584.
HSL color Cylindrical-coordinate representation of color #00087E: hue angle of 236.19º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00087E is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 8 | 126 | - |
| CMYK | 1 | 0.94 | 0 | 0.51 |
| HSL | 236.19º | 1% | 0.25% | - |
| HSV(B) | 236.19º | 1% | 0.49% | - |
| XYZ | 3.85 | 1.68 | 19.86 | - |
| YUV | 19.06 | 188.35 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 126 | 1 | 0.94 | 0 | 0.51 | 236.19 | 1 | 0.25 |
| Hex | 0 | 8 | 7E | 64 | 5E | 0 | 33 | EC | 64 | 19 |
| Octal | 0 | 10 | 176 | 144 | 136 | 0 | 63 | 354 | 144 | 31 |
| Binary | 0 | 1000 | 1111110 | 1100100 | 1011110 | 0 | 110011 | 11101100 | 1100100 | 11001 |
Color Harmonies of #00087E
Complementary color
Monochromatic Colors of #00087E
Black with #00087E
Text Example
Text Example
White with #00087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00087E; }
p { color: rgb(0,8,126); }
H1.HeaderClassName
{
color: #00087E;
}
.AnyTagClassName
{
color: #00087E;
}
</style>
background-color css
<style>
a { background-color: #00087E; }
a { background-color: rgb(0,8,126); }
div.DivClassName
{
background-color: #00087E;
}
.BgClassName
{
background-color: #00087E;
}
</style>
border-color css
<style>
span { border-color: #00087E; }
span { border-color: rgb(0,8,126); }
td.TdClassName
{
border-color: #00087E;
}
.TagClassName
{
border-color: #00087E;
}
</style>