Shades of Navy Blue #016ACC
Tints of Navy Blue #016ACC
RGB
CMYK
RGB Variations
Color information
#016ACC (or 0x016ACC) is known color: Navy Blue. HEX triplet: 01, 6A and CC. RGB value is (1,106,204). Sum of RGB (Red+Green+Blue) = 1+106+204=311 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #016ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016ACC is #FE9533. Grayscale: #555555. Windows color (decimal): -16684340 or 13396481. OLE color: 13396481.
HSL color Cylindrical-coordinate representation of color #016ACC: hue angle of 208.97º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016ACC is Cyan = 1.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 106 | 204 | - |
| CMYK | 1.00 | 0.48 | 0 | 0.2 |
| HSL | 208.97º | 0.99% | 0.4% | - |
| HSV(B) | 208.97º | 1% | 0.8% | - |
| XYZ | 16.07 | 14.67 | 59.11 | - |
| YUV | 85.78 | 194.71 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 204 | 1.00 | 0.48 | 0 | 0.2 | 208.97 | 0.99 | 0.4 |
| Hex | 1 | 6A | CC | 64 | 30 | 0 | 14 | D1 | 63 | 28 |
| Octal | 1 | 152 | 314 | 144 | 60 | 0 | 24 | 321 | 143 | 50 |
| Binary | 1 | 1101010 | 11001100 | 1100100 | 110000 | 0 | 10100 | 11010001 | 1100011 | 101000 |
Color Harmonies of #016ACC
Complementary color
Monochromatic Colors of #016ACC
Black with #016ACC
Text Example
Text Example
White with #016ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016ACC; }
p { color: rgb(1,106,204); }
H1.HeaderClassName
{
color: #016ACC;
}
.AnyTagClassName
{
color: #016ACC;
}
</style>
background-color css
<style>
a { background-color: #016ACC; }
a { background-color: rgb(1,106,204); }
div.DivClassName
{
background-color: #016ACC;
}
.BgClassName
{
background-color: #016ACC;
}
</style>
border-color css
<style>
span { border-color: #016ACC; }
span { border-color: rgb(1,106,204); }
td.TdClassName
{
border-color: #016ACC;
}
.TagClassName
{
border-color: #016ACC;
}
</style>