Shades of Navy Blue #016DBF
Tints of Navy Blue #016DBF
RGB
CMYK
RGB Variations
Color information
#016DBF (or 0x016DBF) is known color: Navy Blue. HEX triplet: 01, 6D and BF. RGB value is (1,109,191). Sum of RGB (Red+Green+Blue) = 1+109+191=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #016DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DBF is #FE9240. Grayscale: #555555. Windows color (decimal): -16683585 or 12545281. OLE color: 12545281.
HSL color Cylindrical-coordinate representation of color #016DBF: hue angle of 205.89º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016DBF is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 109 | 191 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.25 |
| HSL | 205.89º | 0.99% | 0.38% | - |
| HSV(B) | 205.89º | 0.99% | 0.75% | - |
| XYZ | 14.89 | 14.71 | 51.34 | - |
| YUV | 86.06 | 187.22 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 191 | 0.99 | 0.43 | 0 | 0.25 | 205.89 | 0.99 | 0.38 |
| Hex | 1 | 6D | BF | 63 | 2B | 0 | 19 | CE | 63 | 26 |
| Octal | 1 | 155 | 277 | 143 | 53 | 0 | 31 | 316 | 143 | 46 |
| Binary | 1 | 1101101 | 10111111 | 1100011 | 101011 | 0 | 11001 | 11001110 | 1100011 | 100110 |
Color Harmonies of #016DBF
Complementary color
Monochromatic Colors of #016DBF
Black with #016DBF
Text Example
Text Example
White with #016DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DBF; }
p { color: rgb(1,109,191); }
H1.HeaderClassName
{
color: #016DBF;
}
.AnyTagClassName
{
color: #016DBF;
}
</style>
background-color css
<style>
a { background-color: #016DBF; }
a { background-color: rgb(1,109,191); }
div.DivClassName
{
background-color: #016DBF;
}
.BgClassName
{
background-color: #016DBF;
}
</style>
border-color css
<style>
span { border-color: #016DBF; }
span { border-color: rgb(1,109,191); }
td.TdClassName
{
border-color: #016DBF;
}
.TagClassName
{
border-color: #016DBF;
}
</style>