Shades of Navy Blue #016DBB
Tints of Navy Blue #016DBB
RGB
CMYK
RGB Variations
Color information
#016DBB (or 0x016DBB) is known color: Navy Blue. HEX triplet: 01, 6D and BB. RGB value is (1,109,187). Sum of RGB (Red+Green+Blue) = 1+109+187=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #016DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DBB is #FE9244. Grayscale: #555555. Windows color (decimal): -16683589 or 12283137. OLE color: 12283137.
HSL color Cylindrical-coordinate representation of color #016DBB: hue angle of 205.16º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016DBB is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 109 | 187 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.27 |
| HSL | 205.16º | 0.99% | 0.37% | - |
| HSV(B) | 205.16º | 0.99% | 0.73% | - |
| XYZ | 14.45 | 14.53 | 49.06 | - |
| YUV | 85.6 | 185.22 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 187 | 0.99 | 0.42 | 0 | 0.27 | 205.16 | 0.99 | 0.37 |
| Hex | 1 | 6D | BB | 63 | 2A | 0 | 1B | CD | 63 | 25 |
| Octal | 1 | 155 | 273 | 143 | 52 | 0 | 33 | 315 | 143 | 45 |
| Binary | 1 | 1101101 | 10111011 | 1100011 | 101010 | 0 | 11011 | 11001101 | 1100011 | 100101 |
Color Harmonies of #016DBB
Complementary color
Monochromatic Colors of #016DBB
Black with #016DBB
Text Example
Text Example
White with #016DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DBB; }
p { color: rgb(1,109,187); }
H1.HeaderClassName
{
color: #016DBB;
}
.AnyTagClassName
{
color: #016DBB;
}
</style>
background-color css
<style>
a { background-color: #016DBB; }
a { background-color: rgb(1,109,187); }
div.DivClassName
{
background-color: #016DBB;
}
.BgClassName
{
background-color: #016DBB;
}
</style>
border-color css
<style>
span { border-color: #016DBB; }
span { border-color: rgb(1,109,187); }
td.TdClassName
{
border-color: #016DBB;
}
.TagClassName
{
border-color: #016DBB;
}
</style>