Shades of Denim #115DC6
Tints of Denim #115DC6
RGB
CMYK
RGB Variations
Color information
#115DC6 (or 0x115DC6) is known color: Denim. HEX triplet: 11, 5D and C6. RGB value is (17,93,198). Sum of RGB (Red+Green+Blue) = 17+93+198=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 198 (77.73% from 255 or 64.29% from 308); Max value from RGB is 198 - color contains mainly: blue. Hex color #115DC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115DC6 is #EEA239. Grayscale: #515151. Windows color (decimal): -15639098 or 12999953. OLE color: 12999953.
HSL color Cylindrical-coordinate representation of color #115DC6: hue angle of 214.81º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115DC6 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 93 | 198 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.22 |
| HSL | 214.81º | 0.84% | 0.42% | - |
| HSV(B) | 214.81º | 0.91% | 0.78% | - |
| XYZ | 14.34 | 12.03 | 54.99 | - |
| YUV | 82.25 | 193.32 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 198 | 0.91 | 0.53 | 0 | 0.22 | 214.81 | 0.84 | 0.42 |
| Hex | 11 | 5D | C6 | 5B | 35 | 0 | 16 | D7 | 54 | 2A |
| Octal | 21 | 135 | 306 | 133 | 65 | 0 | 26 | 327 | 124 | 52 |
| Binary | 10001 | 1011101 | 11000110 | 1011011 | 110101 | 0 | 10110 | 11010111 | 1010100 | 101010 |
Color Harmonies of #115DC6
Complementary color
Monochromatic Colors of #115DC6
Black with #115DC6
Text Example
Text Example
White with #115DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115DC6; }
p { color: rgb(17,93,198); }
H1.HeaderClassName
{
color: #115DC6;
}
.AnyTagClassName
{
color: #115DC6;
}
</style>
background-color css
<style>
a { background-color: #115DC6; }
a { background-color: rgb(17,93,198); }
div.DivClassName
{
background-color: #115DC6;
}
.BgClassName
{
background-color: #115DC6;
}
</style>
border-color css
<style>
span { border-color: #115DC6; }
span { border-color: rgb(17,93,198); }
td.TdClassName
{
border-color: #115DC6;
}
.TagClassName
{
border-color: #115DC6;
}
</style>