Shades of Navy Blue #016DBE
Tints of Navy Blue #016DBE
RGB
CMYK
RGB Variations
Color information
#016DBE (or 0x016DBE) is known color: Navy Blue. HEX triplet: 01, 6D and BE. RGB value is (1,109,190). Sum of RGB (Red+Green+Blue) = 1+109+190=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #016DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016DBE is #FE9241. Grayscale: #555555. Windows color (decimal): -16683586 or 12479745. OLE color: 12479745.
HSL color Cylindrical-coordinate representation of color #016DBE: hue angle of 205.71º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016DBE is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 109 | 190 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.25 |
| HSL | 205.71º | 0.99% | 0.37% | - |
| HSV(B) | 205.71º | 0.99% | 0.75% | - |
| XYZ | 14.78 | 14.66 | 50.77 | - |
| YUV | 85.94 | 186.72 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 190 | 0.99 | 0.43 | 0 | 0.25 | 205.71 | 0.99 | 0.37 |
| Hex | 1 | 6D | BE | 63 | 2B | 0 | 19 | CE | 63 | 25 |
| Octal | 1 | 155 | 276 | 143 | 53 | 0 | 31 | 316 | 143 | 45 |
| Binary | 1 | 1101101 | 10111110 | 1100011 | 101011 | 0 | 11001 | 11001110 | 1100011 | 100101 |
Color Harmonies of #016DBE
Complementary color
Monochromatic Colors of #016DBE
Black with #016DBE
Text Example
Text Example
White with #016DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DBE; }
p { color: rgb(1,109,190); }
H1.HeaderClassName
{
color: #016DBE;
}
.AnyTagClassName
{
color: #016DBE;
}
</style>
background-color css
<style>
a { background-color: #016DBE; }
a { background-color: rgb(1,109,190); }
div.DivClassName
{
background-color: #016DBE;
}
.BgClassName
{
background-color: #016DBE;
}
</style>
border-color css
<style>
span { border-color: #016DBE; }
span { border-color: rgb(1,109,190); }
td.TdClassName
{
border-color: #016DBE;
}
.TagClassName
{
border-color: #016DBE;
}
</style>