Shades of Navy Blue #106EE2
Tints of Navy Blue #106EE2
RGB
CMYK
RGB Variations
Color information
#106EE2 (or 0x106EE2) is known color: Navy Blue. HEX triplet: 10, 6E and E2. RGB value is (16,110,226). Sum of RGB (Red+Green+Blue) = 16+110+226=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 226 (88.67% from 255 or 64.20% from 352); Max value from RGB is 226 - color contains mainly: blue. Hex color #106EE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106EE2 is #EF911D. Grayscale: #5E5E5E. Windows color (decimal): -15700254 or 14839312. OLE color: 14839312.
HSL color Cylindrical-coordinate representation of color #106EE2: hue angle of 213.14º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #106EE2 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 110 | 226 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.11 |
| HSL | 213.14º | 0.87% | 0.47% | - |
| HSV(B) | 213.14º | 0.93% | 0.89% | - |
| XYZ | 19.52 | 16.75 | 74.16 | - |
| YUV | 95.12 | 201.86 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 110 | 226 | 0.93 | 0.51 | 0 | 0.11 | 213.14 | 0.87 | 0.47 |
| Hex | 10 | 6E | E2 | 5D | 33 | 0 | B | D5 | 57 | 2F |
| Octal | 20 | 156 | 342 | 135 | 63 | 0 | 13 | 325 | 127 | 57 |
| Binary | 10000 | 1101110 | 11100010 | 1011101 | 110011 | 0 | 1011 | 11010101 | 1010111 | 101111 |
Color Harmonies of #106EE2
Complementary color
Monochromatic Colors of #106EE2
Black with #106EE2
Text Example
Text Example
White with #106EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106EE2; }
p { color: rgb(16,110,226); }
H1.HeaderClassName
{
color: #106EE2;
}
.AnyTagClassName
{
color: #106EE2;
}
</style>
background-color css
<style>
a { background-color: #106EE2; }
a { background-color: rgb(16,110,226); }
div.DivClassName
{
background-color: #106EE2;
}
.BgClassName
{
background-color: #106EE2;
}
</style>
border-color css
<style>
span { border-color: #106EE2; }
span { border-color: rgb(16,110,226); }
td.TdClassName
{
border-color: #106EE2;
}
.TagClassName
{
border-color: #106EE2;
}
</style>