Shades of Navy #0E027C
Tints of Navy #0E027C
RGB
CMYK
RGB Variations
Color information
#0E027C (or 0x0E027C) is known color: Navy. HEX triplet: 0E, 02 and 7C. RGB value is (14,2,124). Sum of RGB (Red+Green+Blue) = 14+2+124=140 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 124 (48.83% from 255 or 88.57% from 140); Max value from RGB is 124 - color contains mainly: blue. Hex color #0E027C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E027C is #F1FD83. Grayscale: #131313. Windows color (decimal): -15859076 or 8126990. OLE color: 8126990.
HSL color Cylindrical-coordinate representation of color #0E027C: hue angle of 245.9º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E027C is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 2 | 124 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.51 |
| HSL | 245.9º | 0.97% | 0.25% | - |
| HSV(B) | 245.9º | 0.98% | 0.49% | - |
| XYZ | 3.84 | 1.59 | 19.17 | - |
| YUV | 19.5 | 186.98 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 2 | 124 | 0.89 | 0.98 | 0 | 0.51 | 245.9 | 0.97 | 0.25 |
| Hex | E | 2 | 7C | 59 | 62 | 0 | 33 | F6 | 61 | 19 |
| Octal | 16 | 2 | 174 | 131 | 142 | 0 | 63 | 366 | 141 | 31 |
| Binary | 1110 | 10 | 1111100 | 1011001 | 1100010 | 0 | 110011 | 11110110 | 1100001 | 11001 |
Color Harmonies of #0E027C
Complementary color
Monochromatic Colors of #0E027C
Black with #0E027C
Text Example
Text Example
White with #0E027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E027C; }
p { color: rgb(14,2,124); }
H1.HeaderClassName
{
color: #0E027C;
}
.AnyTagClassName
{
color: #0E027C;
}
</style>
background-color css
<style>
a { background-color: #0E027C; }
a { background-color: rgb(14,2,124); }
div.DivClassName
{
background-color: #0E027C;
}
.BgClassName
{
background-color: #0E027C;
}
</style>
border-color css
<style>
span { border-color: #0E027C; }
span { border-color: rgb(14,2,124); }
td.TdClassName
{
border-color: #0E027C;
}
.TagClassName
{
border-color: #0E027C;
}
</style>