Shades of Denim #1155CE
Tints of Denim #1155CE
RGB
CMYK
RGB Variations
Color information
#1155CE (or 0x1155CE) is known color: Denim. HEX triplet: 11, 55 and CE. RGB value is (17,85,206). Sum of RGB (Red+Green+Blue) = 17+85+206=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #1155CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1155CE is #EEAA31. Grayscale: #4D4D4D. Windows color (decimal): -15641138 or 13522193. OLE color: 13522193.
HSL color Cylindrical-coordinate representation of color #1155CE: hue angle of 218.41º 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 #1155CE is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 85 | 206 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.19 |
| HSL | 218.41º | 0.85% | 0.44% | - |
| HSV(B) | 218.41º | 0.92% | 0.81% | - |
| XYZ | 14.62 | 11.07 | 59.76 | - |
| YUV | 78.46 | 199.97 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 85 | 206 | 0.92 | 0.59 | 0 | 0.19 | 218.41 | 0.85 | 0.44 |
| Hex | 11 | 55 | CE | 5C | 3B | 0 | 13 | DA | 55 | 2C |
| Octal | 21 | 125 | 316 | 134 | 73 | 0 | 23 | 332 | 125 | 54 |
| Binary | 10001 | 1010101 | 11001110 | 1011100 | 111011 | 0 | 10011 | 11011010 | 1010101 | 101100 |
Color Harmonies of #1155CE
Complementary color
Monochromatic Colors of #1155CE
Black with #1155CE
Text Example
Text Example
White with #1155CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1155CE; }
p { color: rgb(17,85,206); }
H1.HeaderClassName
{
color: #1155CE;
}
.AnyTagClassName
{
color: #1155CE;
}
</style>
background-color css
<style>
a { background-color: #1155CE; }
a { background-color: rgb(17,85,206); }
div.DivClassName
{
background-color: #1155CE;
}
.BgClassName
{
background-color: #1155CE;
}
</style>
border-color css
<style>
span { border-color: #1155CE; }
span { border-color: rgb(17,85,206); }
td.TdClassName
{
border-color: #1155CE;
}
.TagClassName
{
border-color: #1155CE;
}
</style>