Shades of Navy #0E0472
Tints of Navy #0E0472
RGB
CMYK
RGB Variations
Color information
#0E0472 (or 0x0E0472) is known color: Navy. HEX triplet: 0E, 04 and 72. RGB value is (14,4,114). Sum of RGB (Red+Green+Blue) = 14+4+114=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 114 (44.92% from 255 or 86.36% from 132); Max value from RGB is 114 - color contains mainly: blue. Hex color #0E0472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0472 is #F1FB8D. Grayscale: #131313. Windows color (decimal): -15858574 or 7472142. OLE color: 7472142.
HSL color Cylindrical-coordinate representation of color #0E0472: hue angle of 245.45º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E0472 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 14 | 4 | 114 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.55 |
| HSL | 245.45º | 0.93% | 0.23% | - |
| HSV(B) | 245.45º | 0.96% | 0.45% | - |
| XYZ | 3.26 | 1.4 | 16.02 | - |
| YUV | 19.53 | 181.31 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 114 | 0.88 | 0.96 | 0 | 0.55 | 245.45 | 0.93 | 0.23 |
| Hex | E | 4 | 72 | 58 | 60 | 0 | 37 | F5 | 5D | 17 |
| Octal | 16 | 4 | 162 | 130 | 140 | 0 | 67 | 365 | 135 | 27 |
| Binary | 1110 | 100 | 1110010 | 1011000 | 1100000 | 0 | 110111 | 11110101 | 1011101 | 10111 |
Color Harmonies of #0E0472
Complementary color
Monochromatic Colors of #0E0472
Black with #0E0472
Text Example
Text Example
White with #0E0472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0472; }
p { color: rgb(14,4,114); }
H1.HeaderClassName
{
color: #0E0472;
}
.AnyTagClassName
{
color: #0E0472;
}
</style>
background-color css
<style>
a { background-color: #0E0472; }
a { background-color: rgb(14,4,114); }
div.DivClassName
{
background-color: #0E0472;
}
.BgClassName
{
background-color: #0E0472;
}
</style>
border-color css
<style>
span { border-color: #0E0472; }
span { border-color: rgb(14,4,114); }
td.TdClassName
{
border-color: #0E0472;
}
.TagClassName
{
border-color: #0E0472;
}
</style>