Shades of Navy Blue #016EE0
Tints of Navy Blue #016EE0
RGB
CMYK
RGB Variations
Color information
#016EE0 (or 0x016EE0) is known color: Navy Blue. HEX triplet: 01, 6E and E0. RGB value is (1,110,224). Sum of RGB (Red+Green+Blue) = 1+110+224=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 224 (87.89% from 255 or 66.87% from 335); Max value from RGB is 224 - color contains mainly: blue. Hex color #016EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016EE0 is #FE911F. Grayscale: #595959. Windows color (decimal): -16683296 or 14708225. OLE color: 14708225.
HSL color Cylindrical-coordinate representation of color #016EE0: hue angle of 210.67º 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 #016EE0 is Cyan = 1.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 110 | 224 | - |
| CMYK | 1.00 | 0.51 | 0 | 0.12 |
| HSL | 210.67º | 0.99% | 0.44% | - |
| HSV(B) | 210.67º | 1% | 0.88% | - |
| XYZ | 19.04 | 16.54 | 72.71 | - |
| YUV | 90.41 | 203.39 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 224 | 1.00 | 0.51 | 0 | 0.12 | 210.67 | 0.99 | 0.44 |
| Hex | 1 | 6E | E0 | 64 | 33 | 0 | C | D3 | 63 | 2C |
| Octal | 1 | 156 | 340 | 144 | 63 | 0 | 14 | 323 | 143 | 54 |
| Binary | 1 | 1101110 | 11100000 | 1100100 | 110011 | 0 | 1100 | 11010011 | 1100011 | 101100 |
Color Harmonies of #016EE0
Complementary color
Monochromatic Colors of #016EE0
Black with #016EE0
Text Example
Text Example
White with #016EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016EE0; }
p { color: rgb(1,110,224); }
H1.HeaderClassName
{
color: #016EE0;
}
.AnyTagClassName
{
color: #016EE0;
}
</style>
background-color css
<style>
a { background-color: #016EE0; }
a { background-color: rgb(1,110,224); }
div.DivClassName
{
background-color: #016EE0;
}
.BgClassName
{
background-color: #016EE0;
}
</style>
border-color css
<style>
span { border-color: #016EE0; }
span { border-color: rgb(1,110,224); }
td.TdClassName
{
border-color: #016EE0;
}
.TagClassName
{
border-color: #016EE0;
}
</style>