Shades of Denim #1159C1
Tints of Denim #1159C1
RGB
CMYK
RGB Variations
Color information
#1159C1 (or 0x1159C1) is known color: Denim. HEX triplet: 11, 59 and C1. RGB value is (17,89,193). Sum of RGB (Red+Green+Blue) = 17+89+193=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 193 (75.78% from 255 or 64.55% from 299); Max value from RGB is 193 - color contains mainly: blue. Hex color #1159C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1159C1 is #EEA63E. Grayscale: #4E4E4E. Windows color (decimal): -15640127 or 12671249. OLE color: 12671249.
HSL color Cylindrical-coordinate representation of color #1159C1: hue angle of 215.45º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1159C1 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 89 | 193 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.24 |
| HSL | 215.45º | 0.84% | 0.41% | - |
| HSV(B) | 215.45º | 0.91% | 0.76% | - |
| XYZ | 13.43 | 11.11 | 51.89 | - |
| YUV | 79.33 | 192.15 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 193 | 0.91 | 0.54 | 0 | 0.24 | 215.45 | 0.84 | 0.41 |
| Hex | 11 | 59 | C1 | 5B | 36 | 0 | 18 | D7 | 54 | 29 |
| Octal | 21 | 131 | 301 | 133 | 66 | 0 | 30 | 327 | 124 | 51 |
| Binary | 10001 | 1011001 | 11000001 | 1011011 | 110110 | 0 | 11000 | 11010111 | 1010100 | 101001 |
Color Harmonies of #1159C1
Complementary color
Monochromatic Colors of #1159C1
Black with #1159C1
Text Example
Text Example
White with #1159C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1159C1; }
p { color: rgb(17,89,193); }
H1.HeaderClassName
{
color: #1159C1;
}
.AnyTagClassName
{
color: #1159C1;
}
</style>
background-color css
<style>
a { background-color: #1159C1; }
a { background-color: rgb(17,89,193); }
div.DivClassName
{
background-color: #1159C1;
}
.BgClassName
{
background-color: #1159C1;
}
</style>
border-color css
<style>
span { border-color: #1159C1; }
span { border-color: rgb(17,89,193); }
td.TdClassName
{
border-color: #1159C1;
}
.TagClassName
{
border-color: #1159C1;
}
</style>