Shades of Denim #116EC4
Tints of Denim #116EC4
RGB
CMYK
RGB Variations
Color information
#116EC4 (or 0x116EC4) is known color: Denim. HEX triplet: 11, 6E and C4. RGB value is (17,110,196). Sum of RGB (Red+Green+Blue) = 17+110+196=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 196 (76.95% from 255 or 60.68% from 323); Max value from RGB is 196 - color contains mainly: blue. Hex color #116EC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116EC4 is #EE913B. Grayscale: #5B5B5B. Windows color (decimal): -15634748 or 12873233. OLE color: 12873233.
HSL color Cylindrical-coordinate representation of color #116EC4: hue angle of 208.83º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #116EC4 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 110 | 196 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.23 |
| HSL | 208.83º | 0.84% | 0.42% | - |
| HSV(B) | 208.83º | 0.91% | 0.77% | - |
| XYZ | 15.77 | 15.26 | 54.34 | - |
| YUV | 92 | 186.69 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 196 | 0.91 | 0.44 | 0 | 0.23 | 208.83 | 0.84 | 0.42 |
| Hex | 11 | 6E | C4 | 5B | 2C | 0 | 17 | D1 | 54 | 2A |
| Octal | 21 | 156 | 304 | 133 | 54 | 0 | 27 | 321 | 124 | 52 |
| Binary | 10001 | 1101110 | 11000100 | 1011011 | 101100 | 0 | 10111 | 11010001 | 1010100 | 101010 |
Color Harmonies of #116EC4
Complementary color
Monochromatic Colors of #116EC4
Black with #116EC4
Text Example
Text Example
White with #116EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116EC4; }
p { color: rgb(17,110,196); }
H1.HeaderClassName
{
color: #116EC4;
}
.AnyTagClassName
{
color: #116EC4;
}
</style>
background-color css
<style>
a { background-color: #116EC4; }
a { background-color: rgb(17,110,196); }
div.DivClassName
{
background-color: #116EC4;
}
.BgClassName
{
background-color: #116EC4;
}
</style>
border-color css
<style>
span { border-color: #116EC4; }
span { border-color: rgb(17,110,196); }
td.TdClassName
{
border-color: #116EC4;
}
.TagClassName
{
border-color: #116EC4;
}
</style>