Shades of Denim #1155C6
Tints of Denim #1155C6
RGB
CMYK
RGB Variations
Color information
#1155C6 (or 0x1155C6) is known color: Denim. HEX triplet: 11, 55 and C6. RGB value is (17,85,198). Sum of RGB (Red+Green+Blue) = 17+85+198=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 198 (77.73% from 255 or 66% from 300); Max value from RGB is 198 - color contains mainly: blue. Hex color #1155C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1155C6 is #EEAA39. Grayscale: #4D4D4D. Windows color (decimal): -15641146 or 12997905. OLE color: 12997905.
HSL color Cylindrical-coordinate representation of color #1155C6: hue angle of 217.46º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1155C6 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 85 | 198 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.22 |
| HSL | 217.46º | 0.84% | 0.42% | - |
| HSV(B) | 217.46º | 0.91% | 0.78% | - |
| XYZ | 13.67 | 10.69 | 54.77 | - |
| YUV | 77.55 | 195.97 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 85 | 198 | 0.91 | 0.57 | 0 | 0.22 | 217.46 | 0.84 | 0.42 |
| Hex | 11 | 55 | C6 | 5B | 39 | 0 | 16 | D9 | 54 | 2A |
| Octal | 21 | 125 | 306 | 133 | 71 | 0 | 26 | 331 | 124 | 52 |
| Binary | 10001 | 1010101 | 11000110 | 1011011 | 111001 | 0 | 10110 | 11011001 | 1010100 | 101010 |
Color Harmonies of #1155C6
Complementary color
Monochromatic Colors of #1155C6
Black with #1155C6
Text Example
Text Example
White with #1155C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1155C6; }
p { color: rgb(17,85,198); }
H1.HeaderClassName
{
color: #1155C6;
}
.AnyTagClassName
{
color: #1155C6;
}
</style>
background-color css
<style>
a { background-color: #1155C6; }
a { background-color: rgb(17,85,198); }
div.DivClassName
{
background-color: #1155C6;
}
.BgClassName
{
background-color: #1155C6;
}
</style>
border-color css
<style>
span { border-color: #1155C6; }
span { border-color: rgb(17,85,198); }
td.TdClassName
{
border-color: #1155C6;
}
.TagClassName
{
border-color: #1155C6;
}
</style>