Shades of Navy Blue #016DDC
Tints of Navy Blue #016DDC
RGB
CMYK
RGB Variations
Color information
#016DDC (or 0x016DDC) is known color: Navy Blue. HEX triplet: 01, 6D and DC. RGB value is (1,109,220). Sum of RGB (Red+Green+Blue) = 1+109+220=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #016DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DDC is #FE9223. Grayscale: #585858. Windows color (decimal): -16683556 or 14445825. OLE color: 14445825.
HSL color Cylindrical-coordinate representation of color #016DDC: hue angle of 210.41º 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 #016DDC is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 109 | 220 | - |
| CMYK | 1.00 | 0.50 | 0 | 0.14 |
| HSL | 210.41º | 0.99% | 0.43% | - |
| HSV(B) | 210.41º | 1% | 0.86% | - |
| XYZ | 18.4 | 16.11 | 69.85 | - |
| YUV | 89.36 | 201.72 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 220 | 1.00 | 0.50 | 0 | 0.14 | 210.41 | 0.99 | 0.43 |
| Hex | 1 | 6D | DC | 64 | 32 | 0 | E | D2 | 63 | 2B |
| Octal | 1 | 155 | 334 | 144 | 62 | 0 | 16 | 322 | 143 | 53 |
| Binary | 1 | 1101101 | 11011100 | 1100100 | 110010 | 0 | 1110 | 11010010 | 1100011 | 101011 |
Color Harmonies of #016DDC
Complementary color
Monochromatic Colors of #016DDC
Black with #016DDC
Text Example
Text Example
White with #016DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DDC; }
p { color: rgb(1,109,220); }
H1.HeaderClassName
{
color: #016DDC;
}
.AnyTagClassName
{
color: #016DDC;
}
</style>
background-color css
<style>
a { background-color: #016DDC; }
a { background-color: rgb(1,109,220); }
div.DivClassName
{
background-color: #016DDC;
}
.BgClassName
{
background-color: #016DDC;
}
</style>
border-color css
<style>
span { border-color: #016DDC; }
span { border-color: rgb(1,109,220); }
td.TdClassName
{
border-color: #016DDC;
}
.TagClassName
{
border-color: #016DDC;
}
</style>