Shades of Navy Blue #016DD9
Tints of Navy Blue #016DD9
RGB
CMYK
RGB Variations
Color information
#016DD9 (or 0x016DD9) is known color: Navy Blue. HEX triplet: 01, 6D and D9. RGB value is (1,109,217). Sum of RGB (Red+Green+Blue) = 1+109+217=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 217 (85.16% from 255 or 66.36% from 327); Max value from RGB is 217 - color contains mainly: blue. Hex color #016DD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DD9 is #FE9226. Grayscale: #585858. Windows color (decimal): -16683559 or 14249217. OLE color: 14249217.
HSL color Cylindrical-coordinate representation of color #016DD9: hue angle of 210º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016DD9 is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 109 | 217 | - |
| CMYK | 1.00 | 0.50 | 0 | 0.15 |
| HSL | 210º | 0.99% | 0.43% | - |
| HSV(B) | 210º | 1% | 0.85% | - |
| XYZ | 18.01 | 15.95 | 67.78 | - |
| YUV | 89.02 | 200.22 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 217 | 1.00 | 0.50 | 0 | 0.15 | 210 | 0.99 | 0.43 |
| Hex | 1 | 6D | D9 | 64 | 32 | 0 | F | D2 | 63 | 2B |
| Octal | 1 | 155 | 331 | 144 | 62 | 0 | 17 | 322 | 143 | 53 |
| Binary | 1 | 1101101 | 11011001 | 1100100 | 110010 | 0 | 1111 | 11010010 | 1100011 | 101011 |
Color Harmonies of #016DD9
Complementary color
Monochromatic Colors of #016DD9
Black with #016DD9
Text Example
Text Example
White with #016DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DD9; }
p { color: rgb(1,109,217); }
H1.HeaderClassName
{
color: #016DD9;
}
.AnyTagClassName
{
color: #016DD9;
}
</style>
background-color css
<style>
a { background-color: #016DD9; }
a { background-color: rgb(1,109,217); }
div.DivClassName
{
background-color: #016DD9;
}
.BgClassName
{
background-color: #016DD9;
}
</style>
border-color css
<style>
span { border-color: #016DD9; }
span { border-color: rgb(1,109,217); }
td.TdClassName
{
border-color: #016DD9;
}
.TagClassName
{
border-color: #016DD9;
}
</style>