Shades of Navy Blue #016DED
Tints of Navy Blue #016DED
RGB
CMYK
RGB Variations
Color information
#016DED (or 0x016DED) is known color: Navy Blue. HEX triplet: 01, 6D and ED. RGB value is (1,109,237). Sum of RGB (Red+Green+Blue) = 1+109+237=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #016DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #016DED is #FE9212. Grayscale: #5A5A5A. Windows color (decimal): -16683539 or 15559937. OLE color: 15559937.
HSL color Cylindrical-coordinate representation of color #016DED: hue angle of 212.54º 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 #016DED is Cyan = 1.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 109 | 237 | - |
| CMYK | 1.00 | 0.54 | 0 | 0.07 |
| HSL | 212.54º | 0.99% | 0.47% | - |
| HSV(B) | 212.54º | 1% | 0.93% | - |
| XYZ | 20.77 | 17.06 | 82.32 | - |
| YUV | 91.3 | 210.22 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 237 | 1.00 | 0.54 | 0 | 0.07 | 212.54 | 0.99 | 0.47 |
| Hex | 1 | 6D | ED | 64 | 36 | 0 | 7 | D5 | 63 | 2F |
| Octal | 1 | 155 | 355 | 144 | 66 | 0 | 7 | 325 | 143 | 57 |
| Binary | 1 | 1101101 | 11101101 | 1100100 | 110110 | 0 | 111 | 11010101 | 1100011 | 101111 |
Color Harmonies of #016DED
Complementary color
Monochromatic Colors of #016DED
Black with #016DED
Text Example
Text Example
White with #016DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016DED; }
p { color: rgb(1,109,237); }
H1.HeaderClassName
{
color: #016DED;
}
.AnyTagClassName
{
color: #016DED;
}
</style>
background-color css
<style>
a { background-color: #016DED; }
a { background-color: rgb(1,109,237); }
div.DivClassName
{
background-color: #016DED;
}
.BgClassName
{
background-color: #016DED;
}
</style>
border-color css
<style>
span { border-color: #016DED; }
span { border-color: rgb(1,109,237); }
td.TdClassName
{
border-color: #016DED;
}
.TagClassName
{
border-color: #016DED;
}
</style>