Shades of Navy Blue #016ADB
Tints of Navy Blue #016ADB
RGB
CMYK
RGB Variations
Color information
#016ADB (or 0x016ADB) is known color: Navy Blue. HEX triplet: 01, 6A and DB. RGB value is (1,106,219). Sum of RGB (Red+Green+Blue) = 1+106+219=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #016ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016ADB is #FE9524. Grayscale: #565656. Windows color (decimal): -16684325 or 14379521. OLE color: 14379521.
HSL color Cylindrical-coordinate representation of color #016ADB: hue angle of 211.1º 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 #016ADB is Cyan = 1.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 106 | 219 | - |
| CMYK | 1.00 | 0.52 | 0 | 0.14 |
| HSL | 211.1º | 0.99% | 0.43% | - |
| HSV(B) | 211.1º | 1% | 0.86% | - |
| XYZ | 17.95 | 15.43 | 69.05 | - |
| YUV | 87.49 | 202.21 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 219 | 1.00 | 0.52 | 0 | 0.14 | 211.1 | 0.99 | 0.43 |
| Hex | 1 | 6A | DB | 64 | 34 | 0 | E | D3 | 63 | 2B |
| Octal | 1 | 152 | 333 | 144 | 64 | 0 | 16 | 323 | 143 | 53 |
| Binary | 1 | 1101010 | 11011011 | 1100100 | 110100 | 0 | 1110 | 11010011 | 1100011 | 101011 |
Color Harmonies of #016ADB
Complementary color
Monochromatic Colors of #016ADB
Black with #016ADB
Text Example
Text Example
White with #016ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016ADB; }
p { color: rgb(1,106,219); }
H1.HeaderClassName
{
color: #016ADB;
}
.AnyTagClassName
{
color: #016ADB;
}
</style>
background-color css
<style>
a { background-color: #016ADB; }
a { background-color: rgb(1,106,219); }
div.DivClassName
{
background-color: #016ADB;
}
.BgClassName
{
background-color: #016ADB;
}
</style>
border-color css
<style>
span { border-color: #016ADB; }
span { border-color: rgb(1,106,219); }
td.TdClassName
{
border-color: #016ADB;
}
.TagClassName
{
border-color: #016ADB;
}
</style>