Shades of Navy Blue #016EBD
Tints of Navy Blue #016EBD
RGB
CMYK
RGB Variations
Color information
#016EBD (or 0x016EBD) is known color: Navy Blue. HEX triplet: 01, 6E and BD. RGB value is (1,110,189). Sum of RGB (Red+Green+Blue) = 1+110+189=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 189 (74.22% from 255 or 63% from 300); Max value from RGB is 189 - color contains mainly: blue. Hex color #016EBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016EBD is #FE9142. Grayscale: #555555. Windows color (decimal): -16683331 or 12414465. OLE color: 12414465.
HSL color Cylindrical-coordinate representation of color #016EBD: hue angle of 205.21º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016EBD is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 110 | 189 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.26 |
| HSL | 205.21º | 0.99% | 0.37% | - |
| HSV(B) | 205.21º | 0.99% | 0.74% | - |
| XYZ | 14.77 | 14.83 | 50.23 | - |
| YUV | 86.42 | 185.89 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 189 | 0.99 | 0.42 | 0 | 0.26 | 205.21 | 0.99 | 0.37 |
| Hex | 1 | 6E | BD | 63 | 2A | 0 | 1A | CD | 63 | 25 |
| Octal | 1 | 156 | 275 | 143 | 52 | 0 | 32 | 315 | 143 | 45 |
| Binary | 1 | 1101110 | 10111101 | 1100011 | 101010 | 0 | 11010 | 11001101 | 1100011 | 100101 |
Color Harmonies of #016EBD
Complementary color
Monochromatic Colors of #016EBD
Black with #016EBD
Text Example
Text Example
White with #016EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016EBD; }
p { color: rgb(1,110,189); }
H1.HeaderClassName
{
color: #016EBD;
}
.AnyTagClassName
{
color: #016EBD;
}
</style>
background-color css
<style>
a { background-color: #016EBD; }
a { background-color: rgb(1,110,189); }
div.DivClassName
{
background-color: #016EBD;
}
.BgClassName
{
background-color: #016EBD;
}
</style>
border-color css
<style>
span { border-color: #016EBD; }
span { border-color: rgb(1,110,189); }
td.TdClassName
{
border-color: #016EBD;
}
.TagClassName
{
border-color: #016EBD;
}
</style>