Shades of Navy Blue #016EED
Tints of Navy Blue #016EED
RGB
CMYK
RGB Variations
Color information
#016EED (or 0x016EED) is known color: Navy Blue. HEX triplet: 01, 6E and ED. RGB value is (1,110,237). Sum of RGB (Red+Green+Blue) = 1+110+237=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #016EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016EED is #FE9112. Grayscale: #5B5B5B. Windows color (decimal): -16683283 or 15560193. OLE color: 15560193.
HSL color Cylindrical-coordinate representation of color #016EED: hue angle of 212.29º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #016EED is Cyan = 1.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 110 | 237 | - |
| CMYK | 1.00 | 0.54 | 0 | 0.07 |
| HSL | 212.29º | 0.99% | 0.47% | - |
| HSV(B) | 212.29º | 1% | 0.93% | - |
| XYZ | 20.87 | 17.27 | 82.35 | - |
| YUV | 91.89 | 209.89 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 237 | 1.00 | 0.54 | 0 | 0.07 | 212.29 | 0.99 | 0.47 |
| Hex | 1 | 6E | ED | 64 | 36 | 0 | 7 | D4 | 63 | 2F |
| Octal | 1 | 156 | 355 | 144 | 66 | 0 | 7 | 324 | 143 | 57 |
| Binary | 1 | 1101110 | 11101101 | 1100100 | 110110 | 0 | 111 | 11010100 | 1100011 | 101111 |
Color Harmonies of #016EED
Complementary color
Monochromatic Colors of #016EED
Black with #016EED
Text Example
Text Example
White with #016EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016EED; }
p { color: rgb(1,110,237); }
H1.HeaderClassName
{
color: #016EED;
}
.AnyTagClassName
{
color: #016EED;
}
</style>
background-color css
<style>
a { background-color: #016EED; }
a { background-color: rgb(1,110,237); }
div.DivClassName
{
background-color: #016EED;
}
.BgClassName
{
background-color: #016EED;
}
</style>
border-color css
<style>
span { border-color: #016EED; }
span { border-color: rgb(1,110,237); }
td.TdClassName
{
border-color: #016EED;
}
.TagClassName
{
border-color: #016EED;
}
</style>