Shades of Denim #1157BA
Tints of Denim #1157BA
RGB
CMYK
RGB Variations
Color information
#1157BA (or 0x1157BA) is known color: Denim. HEX triplet: 11, 57 and BA. RGB value is (17,87,186). Sum of RGB (Red+Green+Blue) = 17+87+186=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #1157BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1157BA is #EEA845. Grayscale: #4C4C4C. Windows color (decimal): -15640646 or 12211985. OLE color: 12211985.
HSL color Cylindrical-coordinate representation of color #1157BA: hue angle of 215.15º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1157BA is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 87 | 186 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.27 |
| HSL | 215.15º | 0.83% | 0.4% | - |
| HSV(B) | 215.15º | 0.91% | 0.73% | - |
| XYZ | 12.5 | 10.48 | 47.82 | - |
| YUV | 77.36 | 189.31 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 87 | 186 | 0.91 | 0.53 | 0 | 0.27 | 215.15 | 0.83 | 0.4 |
| Hex | 11 | 57 | BA | 5B | 35 | 0 | 1B | D7 | 53 | 28 |
| Octal | 21 | 127 | 272 | 133 | 65 | 0 | 33 | 327 | 123 | 50 |
| Binary | 10001 | 1010111 | 10111010 | 1011011 | 110101 | 0 | 11011 | 11010111 | 1010011 | 101000 |
Color Harmonies of #1157BA
Complementary color
Monochromatic Colors of #1157BA
Black with #1157BA
Text Example
Text Example
White with #1157BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1157BA; }
p { color: rgb(17,87,186); }
H1.HeaderClassName
{
color: #1157BA;
}
.AnyTagClassName
{
color: #1157BA;
}
</style>
background-color css
<style>
a { background-color: #1157BA; }
a { background-color: rgb(17,87,186); }
div.DivClassName
{
background-color: #1157BA;
}
.BgClassName
{
background-color: #1157BA;
}
</style>
border-color css
<style>
span { border-color: #1157BA; }
span { border-color: rgb(17,87,186); }
td.TdClassName
{
border-color: #1157BA;
}
.TagClassName
{
border-color: #1157BA;
}
</style>