Shades of Navy #0E047F
Tints of Navy #0E047F
RGB
CMYK
RGB Variations
Color information
#0E047F (or 0x0E047F) is known color: Navy. HEX triplet: 0E, 04 and 7F. RGB value is (14,4,127). Sum of RGB (Red+Green+Blue) = 14+4+127=145 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.66% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 127 (50% from 255 or 87.59% from 145); Max value from RGB is 127 - color contains mainly: blue. Hex color #0E047F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E047F is #F1FB80. Grayscale: #141414. Windows color (decimal): -15858561 or 8324110. OLE color: 8324110.
HSL color Cylindrical-coordinate representation of color #0E047F: hue angle of 244.88º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E047F is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 14 | 4 | 127 | - |
| CMYK | 0.89 | 0.97 | 0 | 0.50 |
| HSL | 244.88º | 0.94% | 0.26% | - |
| HSV(B) | 244.88º | 0.97% | 0.5% | - |
| XYZ | 4.06 | 1.71 | 20.2 | - |
| YUV | 21.01 | 187.81 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 127 | 0.89 | 0.97 | 0 | 0.50 | 244.88 | 0.94 | 0.26 |
| Hex | E | 4 | 7F | 59 | 61 | 0 | 32 | F5 | 5E | 1A |
| Octal | 16 | 4 | 177 | 131 | 141 | 0 | 62 | 365 | 136 | 32 |
| Binary | 1110 | 100 | 1111111 | 1011001 | 1100001 | 0 | 110010 | 11110101 | 1011110 | 11010 |
Color Harmonies of #0E047F
Complementary color
Monochromatic Colors of #0E047F
Black with #0E047F
Text Example
Text Example
White with #0E047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E047F; }
p { color: rgb(14,4,127); }
H1.HeaderClassName
{
color: #0E047F;
}
.AnyTagClassName
{
color: #0E047F;
}
</style>
background-color css
<style>
a { background-color: #0E047F; }
a { background-color: rgb(14,4,127); }
div.DivClassName
{
background-color: #0E047F;
}
.BgClassName
{
background-color: #0E047F;
}
</style>
border-color css
<style>
span { border-color: #0E047F; }
span { border-color: rgb(14,4,127); }
td.TdClassName
{
border-color: #0E047F;
}
.TagClassName
{
border-color: #0E047F;
}
</style>