Shades of Navy Blue #116BE2
Tints of Navy Blue #116BE2
RGB
CMYK
RGB Variations
Color information
#116BE2 (or 0x116BE2) is known color: Navy Blue. HEX triplet: 11, 6B and E2. RGB value is (17,107,226). Sum of RGB (Red+Green+Blue) = 17+107+226=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 226 (88.67% from 255 or 64.57% from 350); Max value from RGB is 226 - color contains mainly: blue. Hex color #116BE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116BE2 is #EE941D. Grayscale: #5D5D5D. Windows color (decimal): -15635486 or 14838545. OLE color: 14838545.
HSL color Cylindrical-coordinate representation of color #116BE2: hue angle of 214.16º 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 #116BE2 is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 107 | 226 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.11 |
| HSL | 214.16º | 0.86% | 0.48% | - |
| HSV(B) | 214.16º | 0.92% | 0.89% | - |
| XYZ | 19.22 | 16.13 | 74.05 | - |
| YUV | 93.66 | 202.68 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 226 | 0.92 | 0.53 | 0 | 0.11 | 214.16 | 0.86 | 0.48 |
| Hex | 11 | 6B | E2 | 5C | 35 | 0 | B | D6 | 56 | 30 |
| Octal | 21 | 153 | 342 | 134 | 65 | 0 | 13 | 326 | 126 | 60 |
| Binary | 10001 | 1101011 | 11100010 | 1011100 | 110101 | 0 | 1011 | 11010110 | 1010110 | 110000 |
Color Harmonies of #116BE2
Complementary color
Monochromatic Colors of #116BE2
Black with #116BE2
Text Example
Text Example
White with #116BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116BE2; }
p { color: rgb(17,107,226); }
H1.HeaderClassName
{
color: #116BE2;
}
.AnyTagClassName
{
color: #116BE2;
}
</style>
background-color css
<style>
a { background-color: #116BE2; }
a { background-color: rgb(17,107,226); }
div.DivClassName
{
background-color: #116BE2;
}
.BgClassName
{
background-color: #116BE2;
}
</style>
border-color css
<style>
span { border-color: #116BE2; }
span { border-color: rgb(17,107,226); }
td.TdClassName
{
border-color: #116BE2;
}
.TagClassName
{
border-color: #116BE2;
}
</style>