Shades of Denim #1159BC
Tints of Denim #1159BC
RGB
CMYK
RGB Variations
Color information
#1159BC (or 0x1159BC) is known color: Denim. HEX triplet: 11, 59 and BC. RGB value is (17,89,188). Sum of RGB (Red+Green+Blue) = 17+89+188=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #1159BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1159BC is #EEA643. Grayscale: #4E4E4E. Windows color (decimal): -15640132 or 12343569. OLE color: 12343569.
HSL color Cylindrical-coordinate representation of color #1159BC: hue angle of 214.74º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1159BC is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 89 | 188 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.26 |
| HSL | 214.74º | 0.83% | 0.4% | - |
| HSV(B) | 214.74º | 0.91% | 0.74% | - |
| XYZ | 12.88 | 10.89 | 49 | - |
| YUV | 78.76 | 189.65 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 188 | 0.91 | 0.53 | 0 | 0.26 | 214.74 | 0.83 | 0.4 |
| Hex | 11 | 59 | BC | 5B | 35 | 0 | 1A | D7 | 53 | 28 |
| Octal | 21 | 131 | 274 | 133 | 65 | 0 | 32 | 327 | 123 | 50 |
| Binary | 10001 | 1011001 | 10111100 | 1011011 | 110101 | 0 | 11010 | 11010111 | 1010011 | 101000 |
Color Harmonies of #1159BC
Complementary color
Monochromatic Colors of #1159BC
Black with #1159BC
Text Example
Text Example
White with #1159BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1159BC; }
p { color: rgb(17,89,188); }
H1.HeaderClassName
{
color: #1159BC;
}
.AnyTagClassName
{
color: #1159BC;
}
</style>
background-color css
<style>
a { background-color: #1159BC; }
a { background-color: rgb(17,89,188); }
div.DivClassName
{
background-color: #1159BC;
}
.BgClassName
{
background-color: #1159BC;
}
</style>
border-color css
<style>
span { border-color: #1159BC; }
span { border-color: rgb(17,89,188); }
td.TdClassName
{
border-color: #1159BC;
}
.TagClassName
{
border-color: #1159BC;
}
</style>