Shades of Navy Blue #016FDB
Tints of Navy Blue #016FDB
RGB
CMYK
RGB Variations
Color information
#016FDB (or 0x016FDB) is known color: Navy Blue. HEX triplet: 01, 6F and DB. RGB value is (1,111,219). Sum of RGB (Red+Green+Blue) = 1+111+219=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #016FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016FDB is #FE9024. Grayscale: #595959. Windows color (decimal): -16683045 or 14380801. OLE color: 14380801.
HSL color Cylindrical-coordinate representation of color #016FDB: hue angle of 209.72º 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 #016FDB is Cyan = 1.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 111 | 219 | - |
| CMYK | 1.00 | 0.49 | 0 | 0.14 |
| HSL | 209.72º | 0.99% | 0.43% | - |
| HSV(B) | 209.72º | 1% | 0.86% | - |
| XYZ | 18.48 | 16.49 | 69.23 | - |
| YUV | 90.42 | 200.56 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 219 | 1.00 | 0.49 | 0 | 0.14 | 209.72 | 0.99 | 0.43 |
| Hex | 1 | 6F | DB | 64 | 31 | 0 | E | D2 | 63 | 2B |
| Octal | 1 | 157 | 333 | 144 | 61 | 0 | 16 | 322 | 143 | 53 |
| Binary | 1 | 1101111 | 11011011 | 1100100 | 110001 | 0 | 1110 | 11010010 | 1100011 | 101011 |
Color Harmonies of #016FDB
Complementary color
Monochromatic Colors of #016FDB
Black with #016FDB
Text Example
Text Example
White with #016FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016FDB; }
p { color: rgb(1,111,219); }
H1.HeaderClassName
{
color: #016FDB;
}
.AnyTagClassName
{
color: #016FDB;
}
</style>
background-color css
<style>
a { background-color: #016FDB; }
a { background-color: rgb(1,111,219); }
div.DivClassName
{
background-color: #016FDB;
}
.BgClassName
{
background-color: #016FDB;
}
</style>
border-color css
<style>
span { border-color: #016FDB; }
span { border-color: rgb(1,111,219); }
td.TdClassName
{
border-color: #016FDB;
}
.TagClassName
{
border-color: #016FDB;
}
</style>