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