Shades of Navy Blue #016AC1
Tints of Navy Blue #016AC1
RGB
CMYK
RGB Variations
Color information
#016AC1 (or 0x016AC1) is known color: Navy Blue. HEX triplet: 01, 6A and C1. RGB value is (1,106,193). Sum of RGB (Red+Green+Blue) = 1+106+193=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 193 (75.78% from 255 or 64.33% from 300); Max value from RGB is 193 - color contains mainly: blue. Hex color #016AC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016AC1 is #FE953E. Grayscale: #545454. Windows color (decimal): -16684351 or 12675585. OLE color: 12675585.
HSL color Cylindrical-coordinate representation of color #016AC1: hue angle of 207.19º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016AC1 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 106 | 193 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.24 |
| HSL | 207.19º | 0.99% | 0.38% | - |
| HSV(B) | 207.19º | 0.99% | 0.76% | - |
| XYZ | 14.79 | 14.16 | 52.41 | - |
| YUV | 84.52 | 189.21 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 193 | 0.99 | 0.45 | 0 | 0.24 | 207.19 | 0.99 | 0.38 |
| Hex | 1 | 6A | C1 | 63 | 2D | 0 | 18 | CF | 63 | 26 |
| Octal | 1 | 152 | 301 | 143 | 55 | 0 | 30 | 317 | 143 | 46 |
| Binary | 1 | 1101010 | 11000001 | 1100011 | 101101 | 0 | 11000 | 11001111 | 1100011 | 100110 |
Color Harmonies of #016AC1
Complementary color
Monochromatic Colors of #016AC1
Black with #016AC1
Text Example
Text Example
White with #016AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016AC1; }
p { color: rgb(1,106,193); }
H1.HeaderClassName
{
color: #016AC1;
}
.AnyTagClassName
{
color: #016AC1;
}
</style>
background-color css
<style>
a { background-color: #016AC1; }
a { background-color: rgb(1,106,193); }
div.DivClassName
{
background-color: #016AC1;
}
.BgClassName
{
background-color: #016AC1;
}
</style>
border-color css
<style>
span { border-color: #016AC1; }
span { border-color: rgb(1,106,193); }
td.TdClassName
{
border-color: #016AC1;
}
.TagClassName
{
border-color: #016AC1;
}
</style>