Shades of Navy Blue #016AB5
Tints of Navy Blue #016AB5
RGB
CMYK
RGB Variations
Color information
#016AB5 (or 0x016AB5) is known color: Navy Blue. HEX triplet: 01, 6A and B5. RGB value is (1,106,181). Sum of RGB (Red+Green+Blue) = 1+106+181=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 181 (71.09% from 255 or 62.85% from 288); Max value from RGB is 181 - color contains mainly: blue. Hex color #016AB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016AB5 is #FE954A. Grayscale: #525252. Windows color (decimal): -16684363 or 11889153. OLE color: 11889153.
HSL color Cylindrical-coordinate representation of color #016AB5: hue angle of 205º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016AB5 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 106 | 181 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.29 |
| HSL | 205º | 0.99% | 0.36% | - |
| HSV(B) | 205º | 0.99% | 0.71% | - |
| XYZ | 13.51 | 13.65 | 45.64 | - |
| YUV | 83.16 | 183.21 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 181 | 0.99 | 0.41 | 0 | 0.29 | 205 | 0.99 | 0.36 |
| Hex | 1 | 6A | B5 | 63 | 29 | 0 | 1D | CD | 63 | 24 |
| Octal | 1 | 152 | 265 | 143 | 51 | 0 | 35 | 315 | 143 | 44 |
| Binary | 1 | 1101010 | 10110101 | 1100011 | 101001 | 0 | 11101 | 11001101 | 1100011 | 100100 |
Color Harmonies of #016AB5
Complementary color
Monochromatic Colors of #016AB5
Black with #016AB5
Text Example
Text Example
White with #016AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016AB5; }
p { color: rgb(1,106,181); }
H1.HeaderClassName
{
color: #016AB5;
}
.AnyTagClassName
{
color: #016AB5;
}
</style>
background-color css
<style>
a { background-color: #016AB5; }
a { background-color: rgb(1,106,181); }
div.DivClassName
{
background-color: #016AB5;
}
.BgClassName
{
background-color: #016AB5;
}
</style>
border-color css
<style>
span { border-color: #016AB5; }
span { border-color: rgb(1,106,181); }
td.TdClassName
{
border-color: #016AB5;
}
.TagClassName
{
border-color: #016AB5;
}
</style>