Shades of Denim #1157AC
Tints of Denim #1157AC
RGB
CMYK
RGB Variations
Color information
#1157AC (or 0x1157AC) is known color: Denim. HEX triplet: 11, 57 and AC. RGB value is (17,87,172). Sum of RGB (Red+Green+Blue) = 17+87+172=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #1157AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1157AC is #EEA853. Grayscale: #4B4B4B. Windows color (decimal): -15640660 or 11294481. OLE color: 11294481.
HSL color Cylindrical-coordinate representation of color #1157AC: hue angle of 212.9º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1157AC is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 87 | 172 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.33 |
| HSL | 212.9º | 0.82% | 0.37% | - |
| HSV(B) | 212.9º | 0.9% | 0.67% | - |
| XYZ | 11.09 | 9.91 | 40.36 | - |
| YUV | 75.76 | 182.31 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 87 | 172 | 0.90 | 0.49 | 0 | 0.33 | 212.9 | 0.82 | 0.37 |
| Hex | 11 | 57 | AC | 5A | 31 | 0 | 21 | D5 | 52 | 25 |
| Octal | 21 | 127 | 254 | 132 | 61 | 0 | 41 | 325 | 122 | 45 |
| Binary | 10001 | 1010111 | 10101100 | 1011010 | 110001 | 0 | 100001 | 11010101 | 1010010 | 100101 |
Color Harmonies of #1157AC
Complementary color
Monochromatic Colors of #1157AC
Black with #1157AC
Text Example
Text Example
White with #1157AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1157AC; }
p { color: rgb(17,87,172); }
H1.HeaderClassName
{
color: #1157AC;
}
.AnyTagClassName
{
color: #1157AC;
}
</style>
background-color css
<style>
a { background-color: #1157AC; }
a { background-color: rgb(17,87,172); }
div.DivClassName
{
background-color: #1157AC;
}
.BgClassName
{
background-color: #1157AC;
}
</style>
border-color css
<style>
span { border-color: #1157AC; }
span { border-color: rgb(17,87,172); }
td.TdClassName
{
border-color: #1157AC;
}
.TagClassName
{
border-color: #1157AC;
}
</style>