Shades of Navy #0E047A
Tints of Navy #0E047A
RGB
CMYK
RGB Variations
Color information
#0E047A (or 0x0E047A) is known color: Navy. HEX triplet: 0E, 04 and 7A. RGB value is (14,4,122). Sum of RGB (Red+Green+Blue) = 14+4+122=140 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 122 (48.05% from 255 or 87.14% from 140); Max value from RGB is 122 - color contains mainly: blue. Hex color #0E047A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E047A is #F1FB85. Grayscale: #131313. Windows color (decimal): -15858566 or 7996430. OLE color: 7996430.
HSL color Cylindrical-coordinate representation of color #0E047A: hue angle of 245.08º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E047A is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 4 | 122 | - |
| CMYK | 0.89 | 0.97 | 0 | 0.52 |
| HSL | 245.08º | 0.94% | 0.25% | - |
| HSV(B) | 245.08º | 0.97% | 0.48% | - |
| XYZ | 3.74 | 1.59 | 18.52 | - |
| YUV | 20.44 | 185.31 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 4 | 122 | 0.89 | 0.97 | 0 | 0.52 | 245.08 | 0.94 | 0.25 |
| Hex | E | 4 | 7A | 59 | 61 | 0 | 34 | F5 | 5E | 19 |
| Octal | 16 | 4 | 172 | 131 | 141 | 0 | 64 | 365 | 136 | 31 |
| Binary | 1110 | 100 | 1111010 | 1011001 | 1100001 | 0 | 110100 | 11110101 | 1011110 | 11001 |
Color Harmonies of #0E047A
Complementary color
Monochromatic Colors of #0E047A
Black with #0E047A
Text Example
Text Example
White with #0E047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E047A; }
p { color: rgb(14,4,122); }
H1.HeaderClassName
{
color: #0E047A;
}
.AnyTagClassName
{
color: #0E047A;
}
</style>
background-color css
<style>
a { background-color: #0E047A; }
a { background-color: rgb(14,4,122); }
div.DivClassName
{
background-color: #0E047A;
}
.BgClassName
{
background-color: #0E047A;
}
</style>
border-color css
<style>
span { border-color: #0E047A; }
span { border-color: rgb(14,4,122); }
td.TdClassName
{
border-color: #0E047A;
}
.TagClassName
{
border-color: #0E047A;
}
</style>