Shades of Denim #115DB6
Tints of Denim #115DB6
RGB
CMYK
RGB Variations
Color information
#115DB6 (or 0x115DB6) is known color: Denim. HEX triplet: 11, 5D and B6. RGB value is (17,93,182). Sum of RGB (Red+Green+Blue) = 17+93+182=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 182 (71.48% from 255 or 62.33% from 292); Max value from RGB is 182 - color contains mainly: blue. Hex color #115DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115DB6 is #EEA249. Grayscale: #4F4F4F. Windows color (decimal): -15639114 or 11951377. OLE color: 11951377.
HSL color Cylindrical-coordinate representation of color #115DB6: hue angle of 212.36º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #115DB6 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 93 | 182 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.29 |
| HSL | 212.36º | 0.83% | 0.39% | - |
| HSV(B) | 212.36º | 0.91% | 0.71% | - |
| XYZ | 12.59 | 11.33 | 45.78 | - |
| YUV | 80.42 | 185.32 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 182 | 0.91 | 0.49 | 0 | 0.29 | 212.36 | 0.83 | 0.39 |
| Hex | 11 | 5D | B6 | 5B | 31 | 0 | 1D | D4 | 53 | 27 |
| Octal | 21 | 135 | 266 | 133 | 61 | 0 | 35 | 324 | 123 | 47 |
| Binary | 10001 | 1011101 | 10110110 | 1011011 | 110001 | 0 | 11101 | 11010100 | 1010011 | 100111 |
Color Harmonies of #115DB6
Complementary color
Monochromatic Colors of #115DB6
Black with #115DB6
Text Example
Text Example
White with #115DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115DB6; }
p { color: rgb(17,93,182); }
H1.HeaderClassName
{
color: #115DB6;
}
.AnyTagClassName
{
color: #115DB6;
}
</style>
background-color css
<style>
a { background-color: #115DB6; }
a { background-color: rgb(17,93,182); }
div.DivClassName
{
background-color: #115DB6;
}
.BgClassName
{
background-color: #115DB6;
}
</style>
border-color css
<style>
span { border-color: #115DB6; }
span { border-color: rgb(17,93,182); }
td.TdClassName
{
border-color: #115DB6;
}
.TagClassName
{
border-color: #115DB6;
}
</style>