Shades of Navy #0E047D
Tints of Navy #0E047D
RGB
CMYK
RGB Variations
Color information
#0E047D (or 0x0E047D) is known color: Navy. HEX triplet: 0E, 04 and 7D. RGB value is (14,4,125). Sum of RGB (Red+Green+Blue) = 14+4+125=143 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.79% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 125 (49.22% from 255 or 87.41% from 143); Max value from RGB is 125 - color contains mainly: blue. Hex color #0E047D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E047D is #F1FB82. Grayscale: #141414. Windows color (decimal): -15858563 or 8193038. OLE color: 8193038.
HSL color Cylindrical-coordinate representation of color #0E047D: hue angle of 244.96º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E047D is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 4 | 125 | - |
| CMYK | 0.89 | 0.97 | 0 | 0.51 |
| HSL | 244.96º | 0.94% | 0.25% | - |
| HSV(B) | 244.96º | 0.97% | 0.49% | - |
| XYZ | 3.93 | 1.66 | 19.52 | - |
| YUV | 20.78 | 186.81 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 125 | 0.89 | 0.97 | 0 | 0.51 | 244.96 | 0.94 | 0.25 |
| Hex | E | 4 | 7D | 59 | 61 | 0 | 33 | F5 | 5E | 19 |
| Octal | 16 | 4 | 175 | 131 | 141 | 0 | 63 | 365 | 136 | 31 |
| Binary | 1110 | 100 | 1111101 | 1011001 | 1100001 | 0 | 110011 | 11110101 | 1011110 | 11001 |
Color Harmonies of #0E047D
Complementary color
Monochromatic Colors of #0E047D
Black with #0E047D
Text Example
Text Example
White with #0E047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E047D; }
p { color: rgb(14,4,125); }
H1.HeaderClassName
{
color: #0E047D;
}
.AnyTagClassName
{
color: #0E047D;
}
</style>
background-color css
<style>
a { background-color: #0E047D; }
a { background-color: rgb(14,4,125); }
div.DivClassName
{
background-color: #0E047D;
}
.BgClassName
{
background-color: #0E047D;
}
</style>
border-color css
<style>
span { border-color: #0E047D; }
span { border-color: rgb(14,4,125); }
td.TdClassName
{
border-color: #0E047D;
}
.TagClassName
{
border-color: #0E047D;
}
</style>