Shades of Denim #1159B8
Tints of Denim #1159B8
RGB
CMYK
RGB Variations
Color information
#1159B8 (or 0x1159B8) is known color: Denim. HEX triplet: 11, 59 and B8. RGB value is (17,89,184). Sum of RGB (Red+Green+Blue) = 17+89+184=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 184 (72.27% from 255 or 63.45% from 290); Max value from RGB is 184 - color contains mainly: blue. Hex color #1159B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1159B8 is #EEA647. Grayscale: #4D4D4D. Windows color (decimal): -15640136 or 12081425. OLE color: 12081425.
HSL color Cylindrical-coordinate representation of color #1159B8: hue angle of 214.13º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1159B8 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 89 | 184 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.28 |
| HSL | 214.13º | 0.83% | 0.39% | - |
| HSV(B) | 214.13º | 0.91% | 0.72% | - |
| XYZ | 12.46 | 10.72 | 46.76 | - |
| YUV | 78.3 | 187.65 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 184 | 0.91 | 0.52 | 0 | 0.28 | 214.13 | 0.83 | 0.39 |
| Hex | 11 | 59 | B8 | 5B | 34 | 0 | 1C | D6 | 53 | 27 |
| Octal | 21 | 131 | 270 | 133 | 64 | 0 | 34 | 326 | 123 | 47 |
| Binary | 10001 | 1011001 | 10111000 | 1011011 | 110100 | 0 | 11100 | 11010110 | 1010011 | 100111 |
Color Harmonies of #1159B8
Complementary color
Monochromatic Colors of #1159B8
Black with #1159B8
Text Example
Text Example
White with #1159B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1159B8; }
p { color: rgb(17,89,184); }
H1.HeaderClassName
{
color: #1159B8;
}
.AnyTagClassName
{
color: #1159B8;
}
</style>
background-color css
<style>
a { background-color: #1159B8; }
a { background-color: rgb(17,89,184); }
div.DivClassName
{
background-color: #1159B8;
}
.BgClassName
{
background-color: #1159B8;
}
</style>
border-color css
<style>
span { border-color: #1159B8; }
span { border-color: rgb(17,89,184); }
td.TdClassName
{
border-color: #1159B8;
}
.TagClassName
{
border-color: #1159B8;
}
</style>