Shades of Navy Blue #016EDB
Tints of Navy Blue #016EDB
RGB
CMYK
RGB Variations
Color information
#016EDB (or 0x016EDB) is known color: Navy Blue. HEX triplet: 01, 6E and DB. RGB value is (1,110,219). Sum of RGB (Red+Green+Blue) = 1+110+219=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #016EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016EDB is #FE9124. Grayscale: #595959. Windows color (decimal): -16683301 or 14380545. OLE color: 14380545.
HSL color Cylindrical-coordinate representation of color #016EDB: hue angle of 210º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016EDB is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 110 | 219 | - |
| CMYK | 1.00 | 0.50 | 0 | 0.14 |
| HSL | 210º | 0.99% | 0.43% | - |
| HSV(B) | 210º | 1% | 0.86% | - |
| XYZ | 18.37 | 16.27 | 69.19 | - |
| YUV | 89.84 | 200.89 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 219 | 1.00 | 0.50 | 0 | 0.14 | 210 | 0.99 | 0.43 |
| Hex | 1 | 6E | DB | 64 | 32 | 0 | E | D2 | 63 | 2B |
| Octal | 1 | 156 | 333 | 144 | 62 | 0 | 16 | 322 | 143 | 53 |
| Binary | 1 | 1101110 | 11011011 | 1100100 | 110010 | 0 | 1110 | 11010010 | 1100011 | 101011 |
Color Harmonies of #016EDB
Complementary color
Monochromatic Colors of #016EDB
Black with #016EDB
Text Example
Text Example
White with #016EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016EDB; }
p { color: rgb(1,110,219); }
H1.HeaderClassName
{
color: #016EDB;
}
.AnyTagClassName
{
color: #016EDB;
}
</style>
background-color css
<style>
a { background-color: #016EDB; }
a { background-color: rgb(1,110,219); }
div.DivClassName
{
background-color: #016EDB;
}
.BgClassName
{
background-color: #016EDB;
}
</style>
border-color css
<style>
span { border-color: #016EDB; }
span { border-color: rgb(1,110,219); }
td.TdClassName
{
border-color: #016EDB;
}
.TagClassName
{
border-color: #016EDB;
}
</style>