Shades of Denim #115EC6
Tints of Denim #115EC6
RGB
CMYK
RGB Variations
Color information
#115EC6 (or 0x115EC6) is known color: Denim. HEX triplet: 11, 5E and C6. RGB value is (17,94,198). Sum of RGB (Red+Green+Blue) = 17+94+198=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 198 (77.73% from 255 or 64.08% from 309); Max value from RGB is 198 - color contains mainly: blue. Hex color #115EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115EC6 is #EEA139. Grayscale: #525252. Windows color (decimal): -15638842 or 13000209. OLE color: 13000209.
HSL color Cylindrical-coordinate representation of color #115EC6: hue angle of 214.48º 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 #115EC6 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 94 | 198 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.22 |
| HSL | 214.48º | 0.84% | 0.42% | - |
| HSV(B) | 214.48º | 0.91% | 0.78% | - |
| XYZ | 14.43 | 12.2 | 55.02 | - |
| YUV | 82.83 | 192.99 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 198 | 0.91 | 0.53 | 0 | 0.22 | 214.48 | 0.84 | 0.42 |
| Hex | 11 | 5E | C6 | 5B | 35 | 0 | 16 | D6 | 54 | 2A |
| Octal | 21 | 136 | 306 | 133 | 65 | 0 | 26 | 326 | 124 | 52 |
| Binary | 10001 | 1011110 | 11000110 | 1011011 | 110101 | 0 | 10110 | 11010110 | 1010100 | 101010 |
Color Harmonies of #115EC6
Complementary color
Monochromatic Colors of #115EC6
Black with #115EC6
Text Example
Text Example
White with #115EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115EC6; }
p { color: rgb(17,94,198); }
H1.HeaderClassName
{
color: #115EC6;
}
.AnyTagClassName
{
color: #115EC6;
}
</style>
background-color css
<style>
a { background-color: #115EC6; }
a { background-color: rgb(17,94,198); }
div.DivClassName
{
background-color: #115EC6;
}
.BgClassName
{
background-color: #115EC6;
}
</style>
border-color css
<style>
span { border-color: #115EC6; }
span { border-color: rgb(17,94,198); }
td.TdClassName
{
border-color: #115EC6;
}
.TagClassName
{
border-color: #115EC6;
}
</style>