Shades of Navy Blue #016EDE
Tints of Navy Blue #016EDE
RGB
CMYK
RGB Variations
Color information
#016EDE (or 0x016EDE) is known color: Navy Blue. HEX triplet: 01, 6E and DE. RGB value is (1,110,222). Sum of RGB (Red+Green+Blue) = 1+110+222=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #016EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016EDE is #FE9121. Grayscale: #595959. Windows color (decimal): -16683298 or 14577153. OLE color: 14577153.
HSL color Cylindrical-coordinate representation of color #016EDE: hue angle of 210.41º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016EDE is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 110 | 222 | - |
| CMYK | 1.00 | 0.50 | 0 | 0.13 |
| HSL | 210.41º | 0.99% | 0.44% | - |
| HSV(B) | 210.41º | 1% | 0.87% | - |
| XYZ | 18.77 | 16.43 | 71.29 | - |
| YUV | 90.18 | 202.39 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 222 | 1.00 | 0.50 | 0 | 0.13 | 210.41 | 0.99 | 0.44 |
| Hex | 1 | 6E | DE | 64 | 32 | 0 | D | D2 | 63 | 2C |
| Octal | 1 | 156 | 336 | 144 | 62 | 0 | 15 | 322 | 143 | 54 |
| Binary | 1 | 1101110 | 11011110 | 1100100 | 110010 | 0 | 1101 | 11010010 | 1100011 | 101100 |
Color Harmonies of #016EDE
Complementary color
Monochromatic Colors of #016EDE
Black with #016EDE
Text Example
Text Example
White with #016EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016EDE; }
p { color: rgb(1,110,222); }
H1.HeaderClassName
{
color: #016EDE;
}
.AnyTagClassName
{
color: #016EDE;
}
</style>
background-color css
<style>
a { background-color: #016EDE; }
a { background-color: rgb(1,110,222); }
div.DivClassName
{
background-color: #016EDE;
}
.BgClassName
{
background-color: #016EDE;
}
</style>
border-color css
<style>
span { border-color: #016EDE; }
span { border-color: rgb(1,110,222); }
td.TdClassName
{
border-color: #016EDE;
}
.TagClassName
{
border-color: #016EDE;
}
</style>