Shades of Navy Blue #016ADA
Tints of Navy Blue #016ADA
RGB
CMYK
RGB Variations
Color information
#016ADA (or 0x016ADA) is known color: Navy Blue. HEX triplet: 01, 6A and DA. RGB value is (1,106,218). Sum of RGB (Red+Green+Blue) = 1+106+218=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 218 (85.55% from 255 or 67.08% from 325); Max value from RGB is 218 - color contains mainly: blue. Hex color #016ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016ADA is #FE9525. Grayscale: #565656. Windows color (decimal): -16684326 or 14313985. OLE color: 14313985.
HSL color Cylindrical-coordinate representation of color #016ADA: hue angle of 210.97º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016ADA is Cyan = 1.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 106 | 218 | - |
| CMYK | 1.00 | 0.51 | 0 | 0.15 |
| HSL | 210.97º | 0.99% | 0.43% | - |
| HSV(B) | 210.97º | 1% | 0.85% | - |
| XYZ | 17.82 | 15.38 | 68.36 | - |
| YUV | 87.37 | 201.71 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 218 | 1.00 | 0.51 | 0 | 0.15 | 210.97 | 0.99 | 0.43 |
| Hex | 1 | 6A | DA | 64 | 33 | 0 | F | D3 | 63 | 2B |
| Octal | 1 | 152 | 332 | 144 | 63 | 0 | 17 | 323 | 143 | 53 |
| Binary | 1 | 1101010 | 11011010 | 1100100 | 110011 | 0 | 1111 | 11010011 | 1100011 | 101011 |
Color Harmonies of #016ADA
Complementary color
Monochromatic Colors of #016ADA
Black with #016ADA
Text Example
Text Example
White with #016ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016ADA; }
p { color: rgb(1,106,218); }
H1.HeaderClassName
{
color: #016ADA;
}
.AnyTagClassName
{
color: #016ADA;
}
</style>
background-color css
<style>
a { background-color: #016ADA; }
a { background-color: rgb(1,106,218); }
div.DivClassName
{
background-color: #016ADA;
}
.BgClassName
{
background-color: #016ADA;
}
</style>
border-color css
<style>
span { border-color: #016ADA; }
span { border-color: rgb(1,106,218); }
td.TdClassName
{
border-color: #016ADA;
}
.TagClassName
{
border-color: #016ADA;
}
</style>