Shades of Denim #115DCD
Tints of Denim #115DCD
RGB
CMYK
RGB Variations
Color information
#115DCD (or 0x115DCD) is known color: Denim. HEX triplet: 11, 5D and CD. RGB value is (17,93,205). Sum of RGB (Red+Green+Blue) = 17+93+205=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #115DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115DCD is #EEA232. Grayscale: #525252. Windows color (decimal): -15639091 or 13458705. OLE color: 13458705.
HSL color Cylindrical-coordinate representation of color #115DCD: hue angle of 215.74º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #115DCD is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 93 | 205 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.20 |
| HSL | 215.74º | 0.85% | 0.44% | - |
| HSV(B) | 215.74º | 0.92% | 0.8% | - |
| XYZ | 15.16 | 12.36 | 59.34 | - |
| YUV | 83.04 | 196.82 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 205 | 0.92 | 0.55 | 0 | 0.20 | 215.74 | 0.85 | 0.44 |
| Hex | 11 | 5D | CD | 5C | 37 | 0 | 14 | D8 | 55 | 2C |
| Octal | 21 | 135 | 315 | 134 | 67 | 0 | 24 | 330 | 125 | 54 |
| Binary | 10001 | 1011101 | 11001101 | 1011100 | 110111 | 0 | 10100 | 11011000 | 1010101 | 101100 |
Color Harmonies of #115DCD
Complementary color
Monochromatic Colors of #115DCD
Black with #115DCD
Text Example
Text Example
White with #115DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115DCD; }
p { color: rgb(17,93,205); }
H1.HeaderClassName
{
color: #115DCD;
}
.AnyTagClassName
{
color: #115DCD;
}
</style>
background-color css
<style>
a { background-color: #115DCD; }
a { background-color: rgb(17,93,205); }
div.DivClassName
{
background-color: #115DCD;
}
.BgClassName
{
background-color: #115DCD;
}
</style>
border-color css
<style>
span { border-color: #115DCD; }
span { border-color: rgb(17,93,205); }
td.TdClassName
{
border-color: #115DCD;
}
.TagClassName
{
border-color: #115DCD;
}
</style>