Shades of Navy Blue #106EDE
Tints of Navy Blue #106EDE
RGB
CMYK
RGB Variations
Color information
#106EDE (or 0x106EDE) is known color: Navy Blue. HEX triplet: 10, 6E and DE. RGB value is (16,110,222). Sum of RGB (Red+Green+Blue) = 16+110+222=348 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.60% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #106EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106EDE is #EF9121. Grayscale: #5E5E5E. Windows color (decimal): -15700258 or 14577168. OLE color: 14577168.
HSL color Cylindrical-coordinate representation of color #106EDE: hue angle of 212.62º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106EDE is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 110 | 222 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.13 |
| HSL | 212.62º | 0.87% | 0.47% | - |
| HSV(B) | 212.62º | 0.93% | 0.87% | - |
| XYZ | 18.97 | 16.54 | 71.3 | - |
| YUV | 94.66 | 199.86 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 110 | 222 | 0.93 | 0.50 | 0 | 0.13 | 212.62 | 0.87 | 0.47 |
| Hex | 10 | 6E | DE | 5D | 32 | 0 | D | D5 | 57 | 2F |
| Octal | 20 | 156 | 336 | 135 | 62 | 0 | 15 | 325 | 127 | 57 |
| Binary | 10000 | 1101110 | 11011110 | 1011101 | 110010 | 0 | 1101 | 11010101 | 1010111 | 101111 |
Color Harmonies of #106EDE
Complementary color
Monochromatic Colors of #106EDE
Black with #106EDE
Text Example
Text Example
White with #106EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106EDE; }
p { color: rgb(16,110,222); }
H1.HeaderClassName
{
color: #106EDE;
}
.AnyTagClassName
{
color: #106EDE;
}
</style>
background-color css
<style>
a { background-color: #106EDE; }
a { background-color: rgb(16,110,222); }
div.DivClassName
{
background-color: #106EDE;
}
.BgClassName
{
background-color: #106EDE;
}
</style>
border-color css
<style>
span { border-color: #106EDE; }
span { border-color: rgb(16,110,222); }
td.TdClassName
{
border-color: #106EDE;
}
.TagClassName
{
border-color: #106EDE;
}
</style>