Shades of Navy Blue #106ED0
Tints of Navy Blue #106ED0
RGB
CMYK
RGB Variations
Color information
#106ED0 (or 0x106ED0) is known color: Navy Blue. HEX triplet: 10, 6E and D0. RGB value is (16,110,208). Sum of RGB (Red+Green+Blue) = 16+110+208=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 208 (81.64% from 255 or 62.28% from 334); Max value from RGB is 208 - color contains mainly: blue. Hex color #106ED0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106ED0 is #EF912F. Grayscale: #5C5C5C. Windows color (decimal): -15700272 or 13659664. OLE color: 13659664.
HSL color Cylindrical-coordinate representation of color #106ED0: hue angle of 210.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #106ED0 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 110 | 208 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.18 |
| HSL | 210.63º | 0.86% | 0.44% | - |
| HSV(B) | 210.63º | 0.92% | 0.82% | - |
| XYZ | 17.17 | 15.82 | 61.82 | - |
| YUV | 93.07 | 192.86 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 110 | 208 | 0.92 | 0.47 | 0 | 0.18 | 210.63 | 0.86 | 0.44 |
| Hex | 10 | 6E | D0 | 5C | 2F | 0 | 12 | D3 | 56 | 2C |
| Octal | 20 | 156 | 320 | 134 | 57 | 0 | 22 | 323 | 126 | 54 |
| Binary | 10000 | 1101110 | 11010000 | 1011100 | 101111 | 0 | 10010 | 11010011 | 1010110 | 101100 |
Color Harmonies of #106ED0
Complementary color
Monochromatic Colors of #106ED0
Black with #106ED0
Text Example
Text Example
White with #106ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106ED0; }
p { color: rgb(16,110,208); }
H1.HeaderClassName
{
color: #106ED0;
}
.AnyTagClassName
{
color: #106ED0;
}
</style>
background-color css
<style>
a { background-color: #106ED0; }
a { background-color: rgb(16,110,208); }
div.DivClassName
{
background-color: #106ED0;
}
.BgClassName
{
background-color: #106ED0;
}
</style>
border-color css
<style>
span { border-color: #106ED0; }
span { border-color: rgb(16,110,208); }
td.TdClassName
{
border-color: #106ED0;
}
.TagClassName
{
border-color: #106ED0;
}
</style>