Shades of Navy Blue #016DDB
Tints of Navy Blue #016DDB
RGB
CMYK
RGB Variations
Color information
#016DDB (or 0x016DDB) is known color: Navy Blue. HEX triplet: 01, 6D and DB. RGB value is (1,109,219). Sum of RGB (Red+Green+Blue) = 1+109+219=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #016DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DDB is #FE9224. Grayscale: #585858. Windows color (decimal): -16683557 or 14380289. OLE color: 14380289.
HSL color Cylindrical-coordinate representation of color #016DDB: hue angle of 210.28º 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 #016DDB is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 109 | 219 | - |
| CMYK | 1.00 | 0.50 | 0 | 0.14 |
| HSL | 210.28º | 0.99% | 0.43% | - |
| HSV(B) | 210.28º | 1% | 0.86% | - |
| XYZ | 18.27 | 16.06 | 69.15 | - |
| YUV | 89.25 | 201.22 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 219 | 1.00 | 0.50 | 0 | 0.14 | 210.28 | 0.99 | 0.43 |
| Hex | 1 | 6D | DB | 64 | 32 | 0 | E | D2 | 63 | 2B |
| Octal | 1 | 155 | 333 | 144 | 62 | 0 | 16 | 322 | 143 | 53 |
| Binary | 1 | 1101101 | 11011011 | 1100100 | 110010 | 0 | 1110 | 11010010 | 1100011 | 101011 |
Color Harmonies of #016DDB
Complementary color
Monochromatic Colors of #016DDB
Black with #016DDB
Text Example
Text Example
White with #016DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DDB; }
p { color: rgb(1,109,219); }
H1.HeaderClassName
{
color: #016DDB;
}
.AnyTagClassName
{
color: #016DDB;
}
</style>
background-color css
<style>
a { background-color: #016DDB; }
a { background-color: rgb(1,109,219); }
div.DivClassName
{
background-color: #016DDB;
}
.BgClassName
{
background-color: #016DDB;
}
</style>
border-color css
<style>
span { border-color: #016DDB; }
span { border-color: rgb(1,109,219); }
td.TdClassName
{
border-color: #016DDB;
}
.TagClassName
{
border-color: #016DDB;
}
</style>