Shades of Navy #0E0471
Tints of Navy #0E0471
RGB
CMYK
RGB Variations
Color information
#0E0471 (or 0x0E0471) is known color: Navy. HEX triplet: 0E, 04 and 71. RGB value is (14,4,113). Sum of RGB (Red+Green+Blue) = 14+4+113=131 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.69% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 113 (44.53% from 255 or 86.26% from 131); Max value from RGB is 113 - color contains mainly: blue. Hex color #0E0471 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0471 is #F1FB8E. Grayscale: #121212. Windows color (decimal): -15858575 or 7406606. OLE color: 7406606.
HSL color Cylindrical-coordinate representation of color #0E0471: hue angle of 245.5º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E0471 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 14 | 4 | 113 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.56 |
| HSL | 245.5º | 0.93% | 0.23% | - |
| HSV(B) | 245.5º | 0.96% | 0.44% | - |
| XYZ | 3.21 | 1.37 | 15.72 | - |
| YUV | 19.42 | 180.81 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 113 | 0.88 | 0.96 | 0 | 0.56 | 245.5 | 0.93 | 0.23 |
| Hex | E | 4 | 71 | 58 | 60 | 0 | 38 | F6 | 5D | 17 |
| Octal | 16 | 4 | 161 | 130 | 140 | 0 | 70 | 366 | 135 | 27 |
| Binary | 1110 | 100 | 1110001 | 1011000 | 1100000 | 0 | 111000 | 11110110 | 1011101 | 10111 |
Color Harmonies of #0E0471
Complementary color
Monochromatic Colors of #0E0471
Black with #0E0471
Text Example
Text Example
White with #0E0471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0471; }
p { color: rgb(14,4,113); }
H1.HeaderClassName
{
color: #0E0471;
}
.AnyTagClassName
{
color: #0E0471;
}
</style>
background-color css
<style>
a { background-color: #0E0471; }
a { background-color: rgb(14,4,113); }
div.DivClassName
{
background-color: #0E0471;
}
.BgClassName
{
background-color: #0E0471;
}
</style>
border-color css
<style>
span { border-color: #0E0471; }
span { border-color: rgb(14,4,113); }
td.TdClassName
{
border-color: #0E0471;
}
.TagClassName
{
border-color: #0E0471;
}
</style>