Shades of Denim #115ECE
Tints of Denim #115ECE
RGB
CMYK
RGB Variations
Color information
#115ECE (or 0x115ECE) is known color: Denim. HEX triplet: 11, 5E and CE. RGB value is (17,94,206). Sum of RGB (Red+Green+Blue) = 17+94+206=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #115ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115ECE is #EEA131. Grayscale: #535353. Windows color (decimal): -15638834 or 13524497. OLE color: 13524497.
HSL color Cylindrical-coordinate representation of color #115ECE: hue angle of 215.56º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115ECE is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 94 | 206 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.19 |
| HSL | 215.56º | 0.85% | 0.44% | - |
| HSV(B) | 215.56º | 0.92% | 0.81% | - |
| XYZ | 15.37 | 12.58 | 60.01 | - |
| YUV | 83.75 | 196.99 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 206 | 0.92 | 0.54 | 0 | 0.19 | 215.56 | 0.85 | 0.44 |
| Hex | 11 | 5E | CE | 5C | 36 | 0 | 13 | D8 | 55 | 2C |
| Octal | 21 | 136 | 316 | 134 | 66 | 0 | 23 | 330 | 125 | 54 |
| Binary | 10001 | 1011110 | 11001110 | 1011100 | 110110 | 0 | 10011 | 11011000 | 1010101 | 101100 |
Color Harmonies of #115ECE
Complementary color
Monochromatic Colors of #115ECE
Black with #115ECE
Text Example
Text Example
White with #115ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115ECE; }
p { color: rgb(17,94,206); }
H1.HeaderClassName
{
color: #115ECE;
}
.AnyTagClassName
{
color: #115ECE;
}
</style>
background-color css
<style>
a { background-color: #115ECE; }
a { background-color: rgb(17,94,206); }
div.DivClassName
{
background-color: #115ECE;
}
.BgClassName
{
background-color: #115ECE;
}
</style>
border-color css
<style>
span { border-color: #115ECE; }
span { border-color: rgb(17,94,206); }
td.TdClassName
{
border-color: #115ECE;
}
.TagClassName
{
border-color: #115ECE;
}
</style>