Shades of Navy Blue #016ADC
Tints of Navy Blue #016ADC
RGB
CMYK
RGB Variations
Color information
#016ADC (or 0x016ADC) is known color: Navy Blue. HEX triplet: 01, 6A and DC. RGB value is (1,106,220). Sum of RGB (Red+Green+Blue) = 1+106+220=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #016ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016ADC is #FE9523. Grayscale: #575757. Windows color (decimal): -16684324 or 14445057. OLE color: 14445057.
HSL color Cylindrical-coordinate representation of color #016ADC: hue angle of 211.23º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016ADC is Cyan = 1.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 106 | 220 | - |
| CMYK | 1.00 | 0.52 | 0 | 0.14 |
| HSL | 211.23º | 0.99% | 0.43% | - |
| HSV(B) | 211.23º | 1% | 0.86% | - |
| XYZ | 18.08 | 15.48 | 69.75 | - |
| YUV | 87.6 | 202.71 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 220 | 1.00 | 0.52 | 0 | 0.14 | 211.23 | 0.99 | 0.43 |
| Hex | 1 | 6A | DC | 64 | 34 | 0 | E | D3 | 63 | 2B |
| Octal | 1 | 152 | 334 | 144 | 64 | 0 | 16 | 323 | 143 | 53 |
| Binary | 1 | 1101010 | 11011100 | 1100100 | 110100 | 0 | 1110 | 11010011 | 1100011 | 101011 |
Color Harmonies of #016ADC
Complementary color
Monochromatic Colors of #016ADC
Black with #016ADC
Text Example
Text Example
White with #016ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016ADC; }
p { color: rgb(1,106,220); }
H1.HeaderClassName
{
color: #016ADC;
}
.AnyTagClassName
{
color: #016ADC;
}
</style>
background-color css
<style>
a { background-color: #016ADC; }
a { background-color: rgb(1,106,220); }
div.DivClassName
{
background-color: #016ADC;
}
.BgClassName
{
background-color: #016ADC;
}
</style>
border-color css
<style>
span { border-color: #016ADC; }
span { border-color: rgb(1,106,220); }
td.TdClassName
{
border-color: #016ADC;
}
.TagClassName
{
border-color: #016ADC;
}
</style>