Shades of Navy #0E0078
Tints of Navy #0E0078
RGB
CMYK
RGB Variations
Color information
#0E0078 (or 0x0E0078) is known color: Navy. HEX triplet: 0E, 00 and 78. RGB value is (14,0,120). Sum of RGB (Red+Green+Blue) = 14+0+120=134 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.45% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 120 (47.27% from 255 or 89.55% from 134); Max value from RGB is 120 - color contains mainly: blue. Hex color #0E0078 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0078 is #F1FF87. Grayscale: #111111. Windows color (decimal): -15859592 or 7864334. OLE color: 7864334.
HSL color Cylindrical-coordinate representation of color #0E0078: hue angle of 247º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E0078 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 0 | 120 | - |
| CMYK | 0.88 | 1 | 0 | 0.53 |
| HSL | 247º | 1% | 0.24% | - |
| HSV(B) | 247º | 1% | 0.47% | - |
| XYZ | 3.57 | 1.45 | 17.86 | - |
| YUV | 17.87 | 185.64 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 120 | 0.88 | 1 | 0 | 0.53 | 247 | 1 | 0.24 |
| Hex | E | 0 | 78 | 58 | 64 | 0 | 35 | F7 | 64 | 18 |
| Octal | 16 | 0 | 170 | 130 | 144 | 0 | 65 | 367 | 144 | 30 |
| Binary | 1110 | 0 | 1111000 | 1011000 | 1100100 | 0 | 110101 | 11110111 | 1100100 | 11000 |
Color Harmonies of #0E0078
Complementary color
Monochromatic Colors of #0E0078
Black with #0E0078
Text Example
Text Example
White with #0E0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0078; }
p { color: rgb(14,0,120); }
H1.HeaderClassName
{
color: #0E0078;
}
.AnyTagClassName
{
color: #0E0078;
}
</style>
background-color css
<style>
a { background-color: #0E0078; }
a { background-color: rgb(14,0,120); }
div.DivClassName
{
background-color: #0E0078;
}
.BgClassName
{
background-color: #0E0078;
}
</style>
border-color css
<style>
span { border-color: #0E0078; }
span { border-color: rgb(14,0,120); }
td.TdClassName
{
border-color: #0E0078;
}
.TagClassName
{
border-color: #0E0078;
}
</style>