Shades of Navy Blue #016DD8
Tints of Navy Blue #016DD8
RGB
CMYK
RGB Variations
Color information
#016DD8 (or 0x016DD8) is known color: Navy Blue. HEX triplet: 01, 6D and D8. RGB value is (1,109,216). Sum of RGB (Red+Green+Blue) = 1+109+216=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 216 (84.77% from 255 or 66.26% from 326); Max value from RGB is 216 - color contains mainly: blue. Hex color #016DD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DD8 is #FE9227. Grayscale: #585858. Windows color (decimal): -16683560 or 14183681. OLE color: 14183681.
HSL color Cylindrical-coordinate representation of color #016DD8: hue angle of 209.86º 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 #016DD8 is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 109 | 216 | - |
| CMYK | 1.00 | 0.50 | 0 | 0.15 |
| HSL | 209.86º | 0.99% | 0.43% | - |
| HSV(B) | 209.86º | 1% | 0.85% | - |
| XYZ | 17.88 | 15.9 | 67.09 | - |
| YUV | 88.91 | 199.72 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 216 | 1.00 | 0.50 | 0 | 0.15 | 209.86 | 0.99 | 0.43 |
| Hex | 1 | 6D | D8 | 64 | 32 | 0 | F | D2 | 63 | 2B |
| Octal | 1 | 155 | 330 | 144 | 62 | 0 | 17 | 322 | 143 | 53 |
| Binary | 1 | 1101101 | 11011000 | 1100100 | 110010 | 0 | 1111 | 11010010 | 1100011 | 101011 |
Color Harmonies of #016DD8
Complementary color
Monochromatic Colors of #016DD8
Black with #016DD8
Text Example
Text Example
White with #016DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DD8; }
p { color: rgb(1,109,216); }
H1.HeaderClassName
{
color: #016DD8;
}
.AnyTagClassName
{
color: #016DD8;
}
</style>
background-color css
<style>
a { background-color: #016DD8; }
a { background-color: rgb(1,109,216); }
div.DivClassName
{
background-color: #016DD8;
}
.BgClassName
{
background-color: #016DD8;
}
</style>
border-color css
<style>
span { border-color: #016DD8; }
span { border-color: rgb(1,109,216); }
td.TdClassName
{
border-color: #016DD8;
}
.TagClassName
{
border-color: #016DD8;
}
</style>