Shades of Navy Blue #016EE1
Tints of Navy Blue #016EE1
RGB
CMYK
RGB Variations
Color information
#016EE1 (or 0x016EE1) is known color: Navy Blue. HEX triplet: 01, 6E and E1. RGB value is (1,110,225). Sum of RGB (Red+Green+Blue) = 1+110+225=336 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 225 (88.28% from 255 or 66.96% from 336); Max value from RGB is 225 - color contains mainly: blue. Hex color #016EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016EE1 is #FE911E. Grayscale: #595959. Windows color (decimal): -16683295 or 14773761. OLE color: 14773761.
HSL color Cylindrical-coordinate representation of color #016EE1: hue angle of 210.8º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016EE1 is Cyan = 1.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 110 | 225 | - |
| CMYK | 1.00 | 0.51 | 0 | 0.12 |
| HSL | 210.8º | 0.99% | 0.44% | - |
| HSV(B) | 210.8º | 1% | 0.88% | - |
| XYZ | 19.18 | 16.59 | 73.43 | - |
| YUV | 90.52 | 203.89 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 225 | 1.00 | 0.51 | 0 | 0.12 | 210.8 | 0.99 | 0.44 |
| Hex | 1 | 6E | E1 | 64 | 33 | 0 | C | D3 | 63 | 2C |
| Octal | 1 | 156 | 341 | 144 | 63 | 0 | 14 | 323 | 143 | 54 |
| Binary | 1 | 1101110 | 11100001 | 1100100 | 110011 | 0 | 1100 | 11010011 | 1100011 | 101100 |
Color Harmonies of #016EE1
Complementary color
Monochromatic Colors of #016EE1
Black with #016EE1
Text Example
Text Example
White with #016EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016EE1; }
p { color: rgb(1,110,225); }
H1.HeaderClassName
{
color: #016EE1;
}
.AnyTagClassName
{
color: #016EE1;
}
</style>
background-color css
<style>
a { background-color: #016EE1; }
a { background-color: rgb(1,110,225); }
div.DivClassName
{
background-color: #016EE1;
}
.BgClassName
{
background-color: #016EE1;
}
</style>
border-color css
<style>
span { border-color: #016EE1; }
span { border-color: rgb(1,110,225); }
td.TdClassName
{
border-color: #016EE1;
}
.TagClassName
{
border-color: #016EE1;
}
</style>