Shades of Denim #1157CE
Tints of Denim #1157CE
RGB
CMYK
RGB Variations
Color information
#1157CE (or 0x1157CE) is known color: Denim. HEX triplet: 11, 57 and CE. RGB value is (17,87,206). Sum of RGB (Red+Green+Blue) = 17+87+206=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #1157CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1157CE is #EEA831. Grayscale: #4F4F4F. Windows color (decimal): -15640626 or 13522705. OLE color: 13522705.
HSL color Cylindrical-coordinate representation of color #1157CE: hue angle of 217.78º 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 #1157CE is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 87 | 206 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.19 |
| HSL | 217.78º | 0.85% | 0.44% | - |
| HSV(B) | 217.78º | 0.92% | 0.81% | - |
| XYZ | 14.78 | 11.39 | 59.81 | - |
| YUV | 79.64 | 199.31 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 87 | 206 | 0.92 | 0.58 | 0 | 0.19 | 217.78 | 0.85 | 0.44 |
| Hex | 11 | 57 | CE | 5C | 3A | 0 | 13 | DA | 55 | 2C |
| Octal | 21 | 127 | 316 | 134 | 72 | 0 | 23 | 332 | 125 | 54 |
| Binary | 10001 | 1010111 | 11001110 | 1011100 | 111010 | 0 | 10011 | 11011010 | 1010101 | 101100 |
Color Harmonies of #1157CE
Complementary color
Monochromatic Colors of #1157CE
Black with #1157CE
Text Example
Text Example
White with #1157CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1157CE; }
p { color: rgb(17,87,206); }
H1.HeaderClassName
{
color: #1157CE;
}
.AnyTagClassName
{
color: #1157CE;
}
</style>
background-color css
<style>
a { background-color: #1157CE; }
a { background-color: rgb(17,87,206); }
div.DivClassName
{
background-color: #1157CE;
}
.BgClassName
{
background-color: #1157CE;
}
</style>
border-color css
<style>
span { border-color: #1157CE; }
span { border-color: rgb(17,87,206); }
td.TdClassName
{
border-color: #1157CE;
}
.TagClassName
{
border-color: #1157CE;
}
</style>