Shades of Navy #0E016A
Tints of Navy #0E016A
RGB
CMYK
RGB Variations
Color information
#0E016A (or 0x0E016A) is known color: Navy. HEX triplet: 0E, 01 and 6A. RGB value is (14,1,106). Sum of RGB (Red+Green+Blue) = 14+1+106=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 106 (41.80% from 255 or 87.60% from 121); Max value from RGB is 106 - color contains mainly: blue. Hex color #0E016A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E016A is #F1FE95. Grayscale: #101010. Windows color (decimal): -15859350 or 6947086. OLE color: 6947086.
HSL color Cylindrical-coordinate representation of color #0E016A: hue angle of 247.43º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E016A is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 1 | 106 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.58 |
| HSL | 247.43º | 0.98% | 0.21% | - |
| HSV(B) | 247.43º | 0.99% | 0.42% | - |
| XYZ | 2.79 | 1.16 | 13.71 | - |
| YUV | 16.86 | 178.31 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 1 | 106 | 0.87 | 0.99 | 0 | 0.58 | 247.43 | 0.98 | 0.21 |
| Hex | E | 1 | 6A | 57 | 63 | 0 | 3A | F7 | 62 | 15 |
| Octal | 16 | 1 | 152 | 127 | 143 | 0 | 72 | 367 | 142 | 25 |
| Binary | 1110 | 1 | 1101010 | 1010111 | 1100011 | 0 | 111010 | 11110111 | 1100010 | 10101 |
Color Harmonies of #0E016A
Complementary color
Monochromatic Colors of #0E016A
Black with #0E016A
Text Example
Text Example
White with #0E016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E016A; }
p { color: rgb(14,1,106); }
H1.HeaderClassName
{
color: #0E016A;
}
.AnyTagClassName
{
color: #0E016A;
}
</style>
background-color css
<style>
a { background-color: #0E016A; }
a { background-color: rgb(14,1,106); }
div.DivClassName
{
background-color: #0E016A;
}
.BgClassName
{
background-color: #0E016A;
}
</style>
border-color css
<style>
span { border-color: #0E016A; }
span { border-color: rgb(14,1,106); }
td.TdClassName
{
border-color: #0E016A;
}
.TagClassName
{
border-color: #0E016A;
}
</style>