Shades of Navy #0E0876
Tints of Navy #0E0876
RGB
CMYK
RGB Variations
Color information
#0E0876 (or 0x0E0876) is known color: Navy. HEX triplet: 0E, 08 and 76. RGB value is (14,8,118). Sum of RGB (Red+Green+Blue) = 14+8+118=140 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 118 (46.48% from 255 or 84.29% from 140); Max value from RGB is 118 - color contains mainly: blue. Hex color #0E0876 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0876 is #F1F789. Grayscale: #151515. Windows color (decimal): -15857546 or 7735310. OLE color: 7735310.
HSL color Cylindrical-coordinate representation of color #0E0876: hue angle of 243.27º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E0876 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 8 | 118 | - |
| CMYK | 0.88 | 0.93 | 0 | 0.54 |
| HSL | 243.27º | 0.87% | 0.25% | - |
| HSV(B) | 243.27º | 0.93% | 0.46% | - |
| XYZ | 3.54 | 1.58 | 17.26 | - |
| YUV | 22.33 | 181.99 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 8 | 118 | 0.88 | 0.93 | 0 | 0.54 | 243.27 | 0.87 | 0.25 |
| Hex | E | 8 | 76 | 58 | 5D | 0 | 36 | F3 | 57 | 19 |
| Octal | 16 | 10 | 166 | 130 | 135 | 0 | 66 | 363 | 127 | 31 |
| Binary | 1110 | 1000 | 1110110 | 1011000 | 1011101 | 0 | 110110 | 11110011 | 1010111 | 11001 |
Color Harmonies of #0E0876
Complementary color
Monochromatic Colors of #0E0876
Black with #0E0876
Text Example
Text Example
White with #0E0876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0876; }
p { color: rgb(14,8,118); }
H1.HeaderClassName
{
color: #0E0876;
}
.AnyTagClassName
{
color: #0E0876;
}
</style>
background-color css
<style>
a { background-color: #0E0876; }
a { background-color: rgb(14,8,118); }
div.DivClassName
{
background-color: #0E0876;
}
.BgClassName
{
background-color: #0E0876;
}
</style>
border-color css
<style>
span { border-color: #0E0876; }
span { border-color: rgb(14,8,118); }
td.TdClassName
{
border-color: #0E0876;
}
.TagClassName
{
border-color: #0E0876;
}
</style>