Shades of Navy Blue #116EE2
Tints of Navy Blue #116EE2
RGB
CMYK
RGB Variations
Color information
#116EE2 (or 0x116EE2) is known color: Navy Blue. HEX triplet: 11, 6E and E2. RGB value is (17,110,226). Sum of RGB (Red+Green+Blue) = 17+110+226=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 226 (88.67% from 255 or 64.02% from 353); Max value from RGB is 226 - color contains mainly: blue. Hex color #116EE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116EE2 is #EE911D. Grayscale: #5E5E5E. Windows color (decimal): -15634718 or 14839313. OLE color: 14839313.
HSL color Cylindrical-coordinate representation of color #116EE2: hue angle of 213.3º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116EE2 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 110 | 226 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.11 |
| HSL | 213.3º | 0.86% | 0.48% | - |
| HSV(B) | 213.3º | 0.92% | 0.89% | - |
| XYZ | 19.53 | 16.76 | 74.16 | - |
| YUV | 95.42 | 201.69 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 226 | 0.92 | 0.51 | 0 | 0.11 | 213.3 | 0.86 | 0.48 |
| Hex | 11 | 6E | E2 | 5C | 33 | 0 | B | D5 | 56 | 30 |
| Octal | 21 | 156 | 342 | 134 | 63 | 0 | 13 | 325 | 126 | 60 |
| Binary | 10001 | 1101110 | 11100010 | 1011100 | 110011 | 0 | 1011 | 11010101 | 1010110 | 110000 |
Color Harmonies of #116EE2
Complementary color
Monochromatic Colors of #116EE2
Black with #116EE2
Text Example
Text Example
White with #116EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116EE2; }
p { color: rgb(17,110,226); }
H1.HeaderClassName
{
color: #116EE2;
}
.AnyTagClassName
{
color: #116EE2;
}
</style>
background-color css
<style>
a { background-color: #116EE2; }
a { background-color: rgb(17,110,226); }
div.DivClassName
{
background-color: #116EE2;
}
.BgClassName
{
background-color: #116EE2;
}
</style>
border-color css
<style>
span { border-color: #116EE2; }
span { border-color: rgb(17,110,226); }
td.TdClassName
{
border-color: #116EE2;
}
.TagClassName
{
border-color: #116EE2;
}
</style>