Shades of Navy Blue #106EE0
Tints of Navy Blue #106EE0
RGB
CMYK
RGB Variations
Color information
#106EE0 (or 0x106EE0) is known color: Navy Blue. HEX triplet: 10, 6E and E0. RGB value is (16,110,224). Sum of RGB (Red+Green+Blue) = 16+110+224=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 224 (87.89% from 255 or 64% from 350); Max value from RGB is 224 - color contains mainly: blue. Hex color #106EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106EE0 is #EF911F. Grayscale: #5E5E5E. Windows color (decimal): -15700256 or 14708240. OLE color: 14708240.
HSL color Cylindrical-coordinate representation of color #106EE0: hue angle of 212.88º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106EE0 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 110 | 224 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.12 |
| HSL | 212.88º | 0.87% | 0.47% | - |
| HSV(B) | 212.88º | 0.93% | 0.88% | - |
| XYZ | 19.24 | 16.64 | 72.72 | - |
| YUV | 94.89 | 200.86 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 110 | 224 | 0.93 | 0.51 | 0 | 0.12 | 212.88 | 0.87 | 0.47 |
| Hex | 10 | 6E | E0 | 5D | 33 | 0 | C | D5 | 57 | 2F |
| Octal | 20 | 156 | 340 | 135 | 63 | 0 | 14 | 325 | 127 | 57 |
| Binary | 10000 | 1101110 | 11100000 | 1011101 | 110011 | 0 | 1100 | 11010101 | 1010111 | 101111 |
Color Harmonies of #106EE0
Complementary color
Monochromatic Colors of #106EE0
Black with #106EE0
Text Example
Text Example
White with #106EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106EE0; }
p { color: rgb(16,110,224); }
H1.HeaderClassName
{
color: #106EE0;
}
.AnyTagClassName
{
color: #106EE0;
}
</style>
background-color css
<style>
a { background-color: #106EE0; }
a { background-color: rgb(16,110,224); }
div.DivClassName
{
background-color: #106EE0;
}
.BgClassName
{
background-color: #106EE0;
}
</style>
border-color css
<style>
span { border-color: #106EE0; }
span { border-color: rgb(16,110,224); }
td.TdClassName
{
border-color: #106EE0;
}
.TagClassName
{
border-color: #106EE0;
}
</style>