Shades of Denim #115ECC
Tints of Denim #115ECC
RGB
CMYK
RGB Variations
Color information
#115ECC (or 0x115ECC) is known color: Denim. HEX triplet: 11, 5E and CC. RGB value is (17,94,204). Sum of RGB (Red+Green+Blue) = 17+94+204=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #115ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115ECC is #EEA133. Grayscale: #535353. Windows color (decimal): -15638836 or 13393425. OLE color: 13393425.
HSL color Cylindrical-coordinate representation of color #115ECC: hue angle of 215.29º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115ECC is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 94 | 204 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.2 |
| HSL | 215.29º | 0.85% | 0.43% | - |
| HSV(B) | 215.29º | 0.92% | 0.8% | - |
| XYZ | 15.13 | 12.48 | 58.74 | - |
| YUV | 83.52 | 195.99 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 204 | 0.92 | 0.54 | 0 | 0.2 | 215.29 | 0.85 | 0.43 |
| Hex | 11 | 5E | CC | 5C | 36 | 0 | 14 | D7 | 55 | 2B |
| Octal | 21 | 136 | 314 | 134 | 66 | 0 | 24 | 327 | 125 | 53 |
| Binary | 10001 | 1011110 | 11001100 | 1011100 | 110110 | 0 | 10100 | 11010111 | 1010101 | 101011 |
Color Harmonies of #115ECC
Complementary color
Monochromatic Colors of #115ECC
Black with #115ECC
Text Example
Text Example
White with #115ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115ECC; }
p { color: rgb(17,94,204); }
H1.HeaderClassName
{
color: #115ECC;
}
.AnyTagClassName
{
color: #115ECC;
}
</style>
background-color css
<style>
a { background-color: #115ECC; }
a { background-color: rgb(17,94,204); }
div.DivClassName
{
background-color: #115ECC;
}
.BgClassName
{
background-color: #115ECC;
}
</style>
border-color css
<style>
span { border-color: #115ECC; }
span { border-color: rgb(17,94,204); }
td.TdClassName
{
border-color: #115ECC;
}
.TagClassName
{
border-color: #115ECC;
}
</style>