Shades of Denim #116EC7
Tints of Denim #116EC7
RGB
CMYK
RGB Variations
Color information
#116EC7 (or 0x116EC7) is known color: Denim. HEX triplet: 11, 6E and C7. RGB value is (17,110,199). Sum of RGB (Red+Green+Blue) = 17+110+199=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 199 (78.12% from 255 or 61.04% from 326); Max value from RGB is 199 - color contains mainly: blue. Hex color #116EC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116EC7 is #EE9138. Grayscale: #5B5B5B. Windows color (decimal): -15634745 or 13069841. OLE color: 13069841.
HSL color Cylindrical-coordinate representation of color #116EC7: hue angle of 209.34º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116EC7 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 110 | 199 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.22 |
| HSL | 209.34º | 0.84% | 0.42% | - |
| HSV(B) | 209.34º | 0.91% | 0.78% | - |
| XYZ | 16.12 | 15.39 | 56.15 | - |
| YUV | 92.34 | 188.19 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 199 | 0.91 | 0.45 | 0 | 0.22 | 209.34 | 0.84 | 0.42 |
| Hex | 11 | 6E | C7 | 5B | 2D | 0 | 16 | D1 | 54 | 2A |
| Octal | 21 | 156 | 307 | 133 | 55 | 0 | 26 | 321 | 124 | 52 |
| Binary | 10001 | 1101110 | 11000111 | 1011011 | 101101 | 0 | 10110 | 11010001 | 1010100 | 101010 |
Color Harmonies of #116EC7
Complementary color
Monochromatic Colors of #116EC7
Black with #116EC7
Text Example
Text Example
White with #116EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116EC7; }
p { color: rgb(17,110,199); }
H1.HeaderClassName
{
color: #116EC7;
}
.AnyTagClassName
{
color: #116EC7;
}
</style>
background-color css
<style>
a { background-color: #116EC7; }
a { background-color: rgb(17,110,199); }
div.DivClassName
{
background-color: #116EC7;
}
.BgClassName
{
background-color: #116EC7;
}
</style>
border-color css
<style>
span { border-color: #116EC7; }
span { border-color: rgb(17,110,199); }
td.TdClassName
{
border-color: #116EC7;
}
.TagClassName
{
border-color: #116EC7;
}
</style>