Shades of Denim #115EB2
Tints of Denim #115EB2
RGB
CMYK
RGB Variations
Color information
#115EB2 (or 0x115EB2) is known color: Denim. HEX triplet: 11, 5E and B2. RGB value is (17,94,178). Sum of RGB (Red+Green+Blue) = 17+94+178=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 178 (69.92% from 255 or 61.59% from 289); Max value from RGB is 178 - color contains mainly: blue. Hex color #115EB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115EB2 is #EEA14D. Grayscale: #505050. Windows color (decimal): -15638862 or 11689489. OLE color: 11689489.
HSL color Cylindrical-coordinate representation of color #115EB2: hue angle of 211.3º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #115EB2 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 94 | 178 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.30 |
| HSL | 211.3º | 0.83% | 0.38% | - |
| HSV(B) | 211.3º | 0.9% | 0.7% | - |
| XYZ | 12.27 | 11.34 | 43.66 | - |
| YUV | 80.55 | 182.99 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 178 | 0.90 | 0.47 | 0 | 0.30 | 211.3 | 0.83 | 0.38 |
| Hex | 11 | 5E | B2 | 5A | 2F | 0 | 1E | D3 | 53 | 26 |
| Octal | 21 | 136 | 262 | 132 | 57 | 0 | 36 | 323 | 123 | 46 |
| Binary | 10001 | 1011110 | 10110010 | 1011010 | 101111 | 0 | 11110 | 11010011 | 1010011 | 100110 |
Color Harmonies of #115EB2
Complementary color
Monochromatic Colors of #115EB2
Black with #115EB2
Text Example
Text Example
White with #115EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115EB2; }
p { color: rgb(17,94,178); }
H1.HeaderClassName
{
color: #115EB2;
}
.AnyTagClassName
{
color: #115EB2;
}
</style>
background-color css
<style>
a { background-color: #115EB2; }
a { background-color: rgb(17,94,178); }
div.DivClassName
{
background-color: #115EB2;
}
.BgClassName
{
background-color: #115EB2;
}
</style>
border-color css
<style>
span { border-color: #115EB2; }
span { border-color: rgb(17,94,178); }
td.TdClassName
{
border-color: #115EB2;
}
.TagClassName
{
border-color: #115EB2;
}
</style>