Shades of Denim #115EB6
Tints of Denim #115EB6
RGB
CMYK
RGB Variations
Color information
#115EB6 (or 0x115EB6) is known color: Denim. HEX triplet: 11, 5E and B6. RGB value is (17,94,182). Sum of RGB (Red+Green+Blue) = 17+94+182=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 182 (71.48% from 255 or 62.12% from 293); Max value from RGB is 182 - color contains mainly: blue. Hex color #115EB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #115EB6 is #EEA149. Grayscale: #505050. Windows color (decimal): -15638858 or 11951633. OLE color: 11951633.
HSL color Cylindrical-coordinate representation of color #115EB6: hue angle of 212º 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 #115EB6 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 94 | 182 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.29 |
| HSL | 212º | 0.83% | 0.39% | - |
| HSV(B) | 212º | 0.91% | 0.71% | - |
| XYZ | 12.68 | 11.5 | 45.81 | - |
| YUV | 81.01 | 184.99 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 182 | 0.91 | 0.48 | 0 | 0.29 | 212 | 0.83 | 0.39 |
| Hex | 11 | 5E | B6 | 5B | 30 | 0 | 1D | D4 | 53 | 27 |
| Octal | 21 | 136 | 266 | 133 | 60 | 0 | 35 | 324 | 123 | 47 |
| Binary | 10001 | 1011110 | 10110110 | 1011011 | 110000 | 0 | 11101 | 11010100 | 1010011 | 100111 |
Color Harmonies of #115EB6
Complementary color
Monochromatic Colors of #115EB6
Black with #115EB6
Text Example
Text Example
White with #115EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115EB6; }
p { color: rgb(17,94,182); }
H1.HeaderClassName
{
color: #115EB6;
}
.AnyTagClassName
{
color: #115EB6;
}
</style>
background-color css
<style>
a { background-color: #115EB6; }
a { background-color: rgb(17,94,182); }
div.DivClassName
{
background-color: #115EB6;
}
.BgClassName
{
background-color: #115EB6;
}
</style>
border-color css
<style>
span { border-color: #115EB6; }
span { border-color: rgb(17,94,182); }
td.TdClassName
{
border-color: #115EB6;
}
.TagClassName
{
border-color: #115EB6;
}
</style>