Shades of Denim #1153AE
Tints of Denim #1153AE
RGB
CMYK
RGB Variations
Color information
#1153AE (or 0x1153AE) is known color: Denim. HEX triplet: 11, 53 and AE. RGB value is (17,83,174). Sum of RGB (Red+Green+Blue) = 17+83+174=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #1153AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1153AE is #EEAC51. Grayscale: #494949. Windows color (decimal): -15641682 or 11424529. OLE color: 11424529.
HSL color Cylindrical-coordinate representation of color #1153AE: hue angle of 214.78º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1153AE is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 83 | 174 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.32 |
| HSL | 214.78º | 0.82% | 0.37% | - |
| HSV(B) | 214.78º | 0.9% | 0.68% | - |
| XYZ | 10.96 | 9.36 | 41.27 | - |
| YUV | 73.64 | 184.63 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 83 | 174 | 0.90 | 0.52 | 0 | 0.32 | 214.78 | 0.82 | 0.37 |
| Hex | 11 | 53 | AE | 5A | 34 | 0 | 20 | D7 | 52 | 25 |
| Octal | 21 | 123 | 256 | 132 | 64 | 0 | 40 | 327 | 122 | 45 |
| Binary | 10001 | 1010011 | 10101110 | 1011010 | 110100 | 0 | 100000 | 11010111 | 1010010 | 100101 |
Color Harmonies of #1153AE
Complementary color
Monochromatic Colors of #1153AE
Black with #1153AE
Text Example
Text Example
White with #1153AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1153AE; }
p { color: rgb(17,83,174); }
H1.HeaderClassName
{
color: #1153AE;
}
.AnyTagClassName
{
color: #1153AE;
}
</style>
background-color css
<style>
a { background-color: #1153AE; }
a { background-color: rgb(17,83,174); }
div.DivClassName
{
background-color: #1153AE;
}
.BgClassName
{
background-color: #1153AE;
}
</style>
border-color css
<style>
span { border-color: #1153AE; }
span { border-color: rgb(17,83,174); }
td.TdClassName
{
border-color: #1153AE;
}
.TagClassName
{
border-color: #1153AE;
}
</style>