Shades of Denim #115EC0
Tints of Denim #115EC0
RGB
CMYK
RGB Variations
Color information
#115EC0 (or 0x115EC0) is known color: Denim. HEX triplet: 11, 5E and C0. RGB value is (17,94,192). Sum of RGB (Red+Green+Blue) = 17+94+192=303 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.61% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 192 (75.39% from 255 or 63.37% from 303); Max value from RGB is 192 - color contains mainly: blue. Hex color #115EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115EC0 is #EEA13F. Grayscale: #515151. Windows color (decimal): -15638848 or 12606993. OLE color: 12606993.
HSL color Cylindrical-coordinate representation of color #115EC0: hue angle of 213.6º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115EC0 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 94 | 192 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.25 |
| HSL | 213.6º | 0.84% | 0.41% | - |
| HSV(B) | 213.6º | 0.91% | 0.75% | - |
| XYZ | 13.75 | 11.93 | 51.45 | - |
| YUV | 82.15 | 189.99 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 192 | 0.91 | 0.51 | 0 | 0.25 | 213.6 | 0.84 | 0.41 |
| Hex | 11 | 5E | C0 | 5B | 33 | 0 | 19 | D6 | 54 | 29 |
| Octal | 21 | 136 | 300 | 133 | 63 | 0 | 31 | 326 | 124 | 51 |
| Binary | 10001 | 1011110 | 11000000 | 1011011 | 110011 | 0 | 11001 | 11010110 | 1010100 | 101001 |
Color Harmonies of #115EC0
Complementary color
Monochromatic Colors of #115EC0
Black with #115EC0
Text Example
Text Example
White with #115EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115EC0; }
p { color: rgb(17,94,192); }
H1.HeaderClassName
{
color: #115EC0;
}
.AnyTagClassName
{
color: #115EC0;
}
</style>
background-color css
<style>
a { background-color: #115EC0; }
a { background-color: rgb(17,94,192); }
div.DivClassName
{
background-color: #115EC0;
}
.BgClassName
{
background-color: #115EC0;
}
</style>
border-color css
<style>
span { border-color: #115EC0; }
span { border-color: rgb(17,94,192); }
td.TdClassName
{
border-color: #115EC0;
}
.TagClassName
{
border-color: #115EC0;
}
</style>