Shades of Navy #0E017F
Tints of Navy #0E017F
RGB
CMYK
RGB Variations
Color information
#0E017F (or 0x0E017F) is known color: Navy. HEX triplet: 0E, 01 and 7F. RGB value is (14,1,127). Sum of RGB (Red+Green+Blue) = 14+1+127=142 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.86% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 127 (50% from 255 or 89.44% from 142); Max value from RGB is 127 - color contains mainly: blue. Hex color #0E017F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E017F is #F1FE80. Grayscale: #121212. Windows color (decimal): -15859329 or 8323342. OLE color: 8323342.
HSL color Cylindrical-coordinate representation of color #0E017F: hue angle of 246.19º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E017F is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 14 | 1 | 127 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.50 |
| HSL | 246.19º | 0.98% | 0.25% | - |
| HSV(B) | 246.19º | 0.99% | 0.5% | - |
| XYZ | 4.02 | 1.65 | 20.18 | - |
| YUV | 19.25 | 188.81 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 1 | 127 | 0.89 | 0.99 | 0 | 0.50 | 246.19 | 0.98 | 0.25 |
| Hex | E | 1 | 7F | 59 | 63 | 0 | 32 | F6 | 62 | 19 |
| Octal | 16 | 1 | 177 | 131 | 143 | 0 | 62 | 366 | 142 | 31 |
| Binary | 1110 | 1 | 1111111 | 1011001 | 1100011 | 0 | 110010 | 11110110 | 1100010 | 11001 |
Color Harmonies of #0E017F
Complementary color
Monochromatic Colors of #0E017F
Black with #0E017F
Text Example
Text Example
White with #0E017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E017F; }
p { color: rgb(14,1,127); }
H1.HeaderClassName
{
color: #0E017F;
}
.AnyTagClassName
{
color: #0E017F;
}
</style>
background-color css
<style>
a { background-color: #0E017F; }
a { background-color: rgb(14,1,127); }
div.DivClassName
{
background-color: #0E017F;
}
.BgClassName
{
background-color: #0E017F;
}
</style>
border-color css
<style>
span { border-color: #0E017F; }
span { border-color: rgb(14,1,127); }
td.TdClassName
{
border-color: #0E017F;
}
.TagClassName
{
border-color: #0E017F;
}
</style>