Shades of Navy Blue #016ABA
Tints of Navy Blue #016ABA
RGB
CMYK
RGB Variations
Color information
#016ABA (or 0x016ABA) is known color: Navy Blue. HEX triplet: 01, 6A and BA. RGB value is (1,106,186). Sum of RGB (Red+Green+Blue) = 1+106+186=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #016ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016ABA is #FE9545. Grayscale: #535353. Windows color (decimal): -16684358 or 12216833. OLE color: 12216833.
HSL color Cylindrical-coordinate representation of color #016ABA: hue angle of 205.95º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016ABA is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 106 | 186 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.27 |
| HSL | 205.95º | 0.99% | 0.37% | - |
| HSV(B) | 205.95º | 0.99% | 0.73% | - |
| XYZ | 14.03 | 13.86 | 48.39 | - |
| YUV | 83.73 | 185.71 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 186 | 0.99 | 0.43 | 0 | 0.27 | 205.95 | 0.99 | 0.37 |
| Hex | 1 | 6A | BA | 63 | 2B | 0 | 1B | CE | 63 | 25 |
| Octal | 1 | 152 | 272 | 143 | 53 | 0 | 33 | 316 | 143 | 45 |
| Binary | 1 | 1101010 | 10111010 | 1100011 | 101011 | 0 | 11011 | 11001110 | 1100011 | 100101 |
Color Harmonies of #016ABA
Complementary color
Monochromatic Colors of #016ABA
Black with #016ABA
Text Example
Text Example
White with #016ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016ABA; }
p { color: rgb(1,106,186); }
H1.HeaderClassName
{
color: #016ABA;
}
.AnyTagClassName
{
color: #016ABA;
}
</style>
background-color css
<style>
a { background-color: #016ABA; }
a { background-color: rgb(1,106,186); }
div.DivClassName
{
background-color: #016ABA;
}
.BgClassName
{
background-color: #016ABA;
}
</style>
border-color css
<style>
span { border-color: #016ABA; }
span { border-color: rgb(1,106,186); }
td.TdClassName
{
border-color: #016ABA;
}
.TagClassName
{
border-color: #016ABA;
}
</style>