Shades of Denim #115DC5
Tints of Denim #115DC5
RGB
CMYK
RGB Variations
Color information
#115DC5 (or 0x115DC5) is known color: Denim. HEX triplet: 11, 5D and C5. RGB value is (17,93,197). Sum of RGB (Red+Green+Blue) = 17+93+197=307 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.54% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 197 (77.34% from 255 or 64.17% from 307); Max value from RGB is 197 - color contains mainly: blue. Hex color #115DC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115DC5 is #EEA23A. Grayscale: #515151. Windows color (decimal): -15639099 or 12934417. OLE color: 12934417.
HSL color Cylindrical-coordinate representation of color #115DC5: hue angle of 214.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115DC5 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 93 | 197 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.23 |
| HSL | 214.67º | 0.84% | 0.42% | - |
| HSV(B) | 214.67º | 0.91% | 0.77% | - |
| XYZ | 14.22 | 11.98 | 54.39 | - |
| YUV | 82.13 | 192.82 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 197 | 0.91 | 0.53 | 0 | 0.23 | 214.67 | 0.84 | 0.42 |
| Hex | 11 | 5D | C5 | 5B | 35 | 0 | 17 | D7 | 54 | 2A |
| Octal | 21 | 135 | 305 | 133 | 65 | 0 | 27 | 327 | 124 | 52 |
| Binary | 10001 | 1011101 | 11000101 | 1011011 | 110101 | 0 | 10111 | 11010111 | 1010100 | 101010 |
Color Harmonies of #115DC5
Complementary color
Monochromatic Colors of #115DC5
Black with #115DC5
Text Example
Text Example
White with #115DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115DC5; }
p { color: rgb(17,93,197); }
H1.HeaderClassName
{
color: #115DC5;
}
.AnyTagClassName
{
color: #115DC5;
}
</style>
background-color css
<style>
a { background-color: #115DC5; }
a { background-color: rgb(17,93,197); }
div.DivClassName
{
background-color: #115DC5;
}
.BgClassName
{
background-color: #115DC5;
}
</style>
border-color css
<style>
span { border-color: #115DC5; }
span { border-color: rgb(17,93,197); }
td.TdClassName
{
border-color: #115DC5;
}
.TagClassName
{
border-color: #115DC5;
}
</style>