Shades of Navy Blue #016AD2
Tints of Navy Blue #016AD2
RGB
CMYK
RGB Variations
Color information
#016AD2 (or 0x016AD2) is known color: Navy Blue. HEX triplet: 01, 6A and D2. RGB value is (1,106,210). Sum of RGB (Red+Green+Blue) = 1+106+210=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 210 (82.42% from 255 or 66.25% from 317); Max value from RGB is 210 - color contains mainly: blue. Hex color #016AD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016AD2 is #FE952D. Grayscale: #555555. Windows color (decimal): -16684334 or 13789697. OLE color: 13789697.
HSL color Cylindrical-coordinate representation of color #016AD2: hue angle of 209.86º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016AD2 is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 106 | 210 | - |
| CMYK | 1.00 | 0.50 | 0 | 0.18 |
| HSL | 209.86º | 0.99% | 0.41% | - |
| HSV(B) | 209.86º | 1% | 0.82% | - |
| XYZ | 16.8 | 14.97 | 62.98 | - |
| YUV | 86.46 | 197.71 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 210 | 1.00 | 0.50 | 0 | 0.18 | 209.86 | 0.99 | 0.41 |
| Hex | 1 | 6A | D2 | 64 | 32 | 0 | 12 | D2 | 63 | 29 |
| Octal | 1 | 152 | 322 | 144 | 62 | 0 | 22 | 322 | 143 | 51 |
| Binary | 1 | 1101010 | 11010010 | 1100100 | 110010 | 0 | 10010 | 11010010 | 1100011 | 101001 |
Color Harmonies of #016AD2
Complementary color
Monochromatic Colors of #016AD2
Black with #016AD2
Text Example
Text Example
White with #016AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016AD2; }
p { color: rgb(1,106,210); }
H1.HeaderClassName
{
color: #016AD2;
}
.AnyTagClassName
{
color: #016AD2;
}
</style>
background-color css
<style>
a { background-color: #016AD2; }
a { background-color: rgb(1,106,210); }
div.DivClassName
{
background-color: #016AD2;
}
.BgClassName
{
background-color: #016AD2;
}
</style>
border-color css
<style>
span { border-color: #016AD2; }
span { border-color: rgb(1,106,210); }
td.TdClassName
{
border-color: #016AD2;
}
.TagClassName
{
border-color: #016AD2;
}
</style>