Shades of Navy #0E0076
Tints of Navy #0E0076
RGB
CMYK
RGB Variations
Color information
#0E0076 (or 0x0E0076) is known color: Navy. HEX triplet: 0E, 00 and 76. RGB value is (14,0,118). Sum of RGB (Red+Green+Blue) = 14+0+118=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 118 (46.48% from 255 or 89.39% from 132); Max value from RGB is 118 - color contains mainly: blue. Hex color #0E0076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0076 is #F1FF89. Grayscale: #111111. Windows color (decimal): -15859594 or 7733262. OLE color: 7733262.
HSL color Cylindrical-coordinate representation of color #0E0076: hue angle of 247.12º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E0076 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 14 | 0 | 118 | - |
| CMYK | 0.88 | 1 | 0 | 0.54 |
| HSL | 247.12º | 1% | 0.23% | - |
| HSV(B) | 247.12º | 1% | 0.46% | - |
| XYZ | 3.45 | 1.4 | 17.23 | - |
| YUV | 17.64 | 184.64 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 118 | 0.88 | 1 | 0 | 0.54 | 247.12 | 1 | 0.23 |
| Hex | E | 0 | 76 | 58 | 64 | 0 | 36 | F7 | 64 | 17 |
| Octal | 16 | 0 | 166 | 130 | 144 | 0 | 66 | 367 | 144 | 27 |
| Binary | 1110 | 0 | 1110110 | 1011000 | 1100100 | 0 | 110110 | 11110111 | 1100100 | 10111 |
Color Harmonies of #0E0076
Complementary color
Monochromatic Colors of #0E0076
Black with #0E0076
Text Example
Text Example
White with #0E0076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0076; }
p { color: rgb(14,0,118); }
H1.HeaderClassName
{
color: #0E0076;
}
.AnyTagClassName
{
color: #0E0076;
}
</style>
background-color css
<style>
a { background-color: #0E0076; }
a { background-color: rgb(14,0,118); }
div.DivClassName
{
background-color: #0E0076;
}
.BgClassName
{
background-color: #0E0076;
}
</style>
border-color css
<style>
span { border-color: #0E0076; }
span { border-color: rgb(14,0,118); }
td.TdClassName
{
border-color: #0E0076;
}
.TagClassName
{
border-color: #0E0076;
}
</style>