Shades of Denim #115CCE
Tints of Denim #115CCE
RGB
CMYK
RGB Variations
Color information
#115CCE (or 0x115CCE) is known color: Denim. HEX triplet: 11, 5C and CE. RGB value is (17,92,206). Sum of RGB (Red+Green+Blue) = 17+92+206=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #115CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115CCE is #EEA331. Grayscale: #525252. Windows color (decimal): -15639346 or 13523985. OLE color: 13523985.
HSL color Cylindrical-coordinate representation of color #115CCE: hue angle of 216.19º 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 #115CCE is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 92 | 206 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.19 |
| HSL | 216.19º | 0.85% | 0.44% | - |
| HSV(B) | 216.19º | 0.92% | 0.81% | - |
| XYZ | 15.2 | 12.23 | 59.95 | - |
| YUV | 82.57 | 197.65 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 206 | 0.92 | 0.55 | 0 | 0.19 | 216.19 | 0.85 | 0.44 |
| Hex | 11 | 5C | CE | 5C | 37 | 0 | 13 | D8 | 55 | 2C |
| Octal | 21 | 134 | 316 | 134 | 67 | 0 | 23 | 330 | 125 | 54 |
| Binary | 10001 | 1011100 | 11001110 | 1011100 | 110111 | 0 | 10011 | 11011000 | 1010101 | 101100 |
Color Harmonies of #115CCE
Complementary color
Monochromatic Colors of #115CCE
Black with #115CCE
Text Example
Text Example
White with #115CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115CCE; }
p { color: rgb(17,92,206); }
H1.HeaderClassName
{
color: #115CCE;
}
.AnyTagClassName
{
color: #115CCE;
}
</style>
background-color css
<style>
a { background-color: #115CCE; }
a { background-color: rgb(17,92,206); }
div.DivClassName
{
background-color: #115CCE;
}
.BgClassName
{
background-color: #115CCE;
}
</style>
border-color css
<style>
span { border-color: #115CCE; }
span { border-color: rgb(17,92,206); }
td.TdClassName
{
border-color: #115CCE;
}
.TagClassName
{
border-color: #115CCE;
}
</style>