Shades of Denim #1159CF
Tints of Denim #1159CF
RGB
CMYK
RGB Variations
Color information
#1159CF (or 0x1159CF) is known color: Denim. HEX triplet: 11, 59 and CF. RGB value is (17,89,207). Sum of RGB (Red+Green+Blue) = 17+89+207=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #1159CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1159CF is #EEA630. Grayscale: #505050. Windows color (decimal): -15640113 or 13588753. OLE color: 13588753.
HSL color Cylindrical-coordinate representation of color #1159CF: hue angle of 217.26º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1159CF is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 89 | 207 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.19 |
| HSL | 217.26º | 0.85% | 0.44% | - |
| HSV(B) | 217.26º | 0.92% | 0.81% | - |
| XYZ | 15.07 | 11.77 | 60.51 | - |
| YUV | 80.92 | 199.15 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 207 | 0.92 | 0.57 | 0 | 0.19 | 217.26 | 0.85 | 0.44 |
| Hex | 11 | 59 | CF | 5C | 39 | 0 | 13 | D9 | 55 | 2C |
| Octal | 21 | 131 | 317 | 134 | 71 | 0 | 23 | 331 | 125 | 54 |
| Binary | 10001 | 1011001 | 11001111 | 1011100 | 111001 | 0 | 10011 | 11011001 | 1010101 | 101100 |
Color Harmonies of #1159CF
Complementary color
Monochromatic Colors of #1159CF
Black with #1159CF
Text Example
Text Example
White with #1159CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1159CF; }
p { color: rgb(17,89,207); }
H1.HeaderClassName
{
color: #1159CF;
}
.AnyTagClassName
{
color: #1159CF;
}
</style>
background-color css
<style>
a { background-color: #1159CF; }
a { background-color: rgb(17,89,207); }
div.DivClassName
{
background-color: #1159CF;
}
.BgClassName
{
background-color: #1159CF;
}
</style>
border-color css
<style>
span { border-color: #1159CF; }
span { border-color: rgb(17,89,207); }
td.TdClassName
{
border-color: #1159CF;
}
.TagClassName
{
border-color: #1159CF;
}
</style>