Shades of Navy Blue #016AD7
Tints of Navy Blue #016AD7
RGB
CMYK
RGB Variations
Color information
#016AD7 (or 0x016AD7) is known color: Navy Blue. HEX triplet: 01, 6A and D7. RGB value is (1,106,215). Sum of RGB (Red+Green+Blue) = 1+106+215=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 215 (84.38% from 255 or 66.77% from 322); Max value from RGB is 215 - color contains mainly: blue. Hex color #016AD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016AD7 is #FE9528. Grayscale: #565656. Windows color (decimal): -16684329 or 14117377. OLE color: 14117377.
HSL color Cylindrical-coordinate representation of color #016AD7: hue angle of 210.56º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016AD7 is Cyan = 1.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 106 | 215 | - |
| CMYK | 1.00 | 0.51 | 0 | 0.16 |
| HSL | 210.56º | 0.99% | 0.42% | - |
| HSV(B) | 210.56º | 1% | 0.84% | - |
| XYZ | 17.43 | 15.22 | 66.31 | - |
| YUV | 87.03 | 200.21 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 215 | 1.00 | 0.51 | 0 | 0.16 | 210.56 | 0.99 | 0.42 |
| Hex | 1 | 6A | D7 | 64 | 33 | 0 | 10 | D3 | 63 | 2A |
| Octal | 1 | 152 | 327 | 144 | 63 | 0 | 20 | 323 | 143 | 52 |
| Binary | 1 | 1101010 | 11010111 | 1100100 | 110011 | 0 | 10000 | 11010011 | 1100011 | 101010 |
Color Harmonies of #016AD7
Complementary color
Monochromatic Colors of #016AD7
Black with #016AD7
Text Example
Text Example
White with #016AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016AD7; }
p { color: rgb(1,106,215); }
H1.HeaderClassName
{
color: #016AD7;
}
.AnyTagClassName
{
color: #016AD7;
}
</style>
background-color css
<style>
a { background-color: #016AD7; }
a { background-color: rgb(1,106,215); }
div.DivClassName
{
background-color: #016AD7;
}
.BgClassName
{
background-color: #016AD7;
}
</style>
border-color css
<style>
span { border-color: #016AD7; }
span { border-color: rgb(1,106,215); }
td.TdClassName
{
border-color: #016AD7;
}
.TagClassName
{
border-color: #016AD7;
}
</style>