Shades of Denim #1152AF
Tints of Denim #1152AF
RGB
CMYK
RGB Variations
Color information
#1152AF (or 0x1152AF) is known color: Denim. HEX triplet: 11, 52 and AF. RGB value is (17,82,175). Sum of RGB (Red+Green+Blue) = 17+82+175=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 175 (68.75% from 255 or 63.87% from 274); Max value from RGB is 175 - color contains mainly: blue. Hex color #1152AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1152AF is #EEAD50. Grayscale: #484848. Windows color (decimal): -15641937 or 11489809. OLE color: 11489809.
HSL color Cylindrical-coordinate representation of color #1152AF: hue angle of 215.32º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1152AF is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 82 | 175 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.31 |
| HSL | 215.32º | 0.82% | 0.38% | - |
| HSV(B) | 215.32º | 0.9% | 0.69% | - |
| XYZ | 10.99 | 9.25 | 41.76 | - |
| YUV | 73.17 | 185.47 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 175 | 0.90 | 0.53 | 0 | 0.31 | 215.32 | 0.82 | 0.38 |
| Hex | 11 | 52 | AF | 5A | 35 | 0 | 1F | D7 | 52 | 26 |
| Octal | 21 | 122 | 257 | 132 | 65 | 0 | 37 | 327 | 122 | 46 |
| Binary | 10001 | 1010010 | 10101111 | 1011010 | 110101 | 0 | 11111 | 11010111 | 1010010 | 100110 |
Color Harmonies of #1152AF
Complementary color
Monochromatic Colors of #1152AF
Black with #1152AF
Text Example
Text Example
White with #1152AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1152AF; }
p { color: rgb(17,82,175); }
H1.HeaderClassName
{
color: #1152AF;
}
.AnyTagClassName
{
color: #1152AF;
}
</style>
background-color css
<style>
a { background-color: #1152AF; }
a { background-color: rgb(17,82,175); }
div.DivClassName
{
background-color: #1152AF;
}
.BgClassName
{
background-color: #1152AF;
}
</style>
border-color css
<style>
span { border-color: #1152AF; }
span { border-color: rgb(17,82,175); }
td.TdClassName
{
border-color: #1152AF;
}
.TagClassName
{
border-color: #1152AF;
}
</style>