Shades of Denim #156AAC
Tints of Denim #156AAC
RGB
CMYK
RGB Variations
Color information
#156AAC (or 0x156AAC) is known color: Denim. HEX triplet: 15, 6A and AC. RGB value is (21,106,172). Sum of RGB (Red+Green+Blue) = 21+106+172=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #156AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156AAC is #EA9553. Grayscale: #575757. Windows color (decimal): -15373652 or 11299349. OLE color: 11299349.
HSL color Cylindrical-coordinate representation of color #156AAC: hue angle of 206.23º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #156AAC is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 106 | 172 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.33 |
| HSL | 206.23º | 0.78% | 0.38% | - |
| HSV(B) | 206.23º | 0.88% | 0.67% | - |
| XYZ | 12.91 | 13.45 | 40.94 | - |
| YUV | 88.11 | 175.34 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 106 | 172 | 0.88 | 0.38 | 0 | 0.33 | 206.23 | 0.78 | 0.38 |
| Hex | 15 | 6A | AC | 58 | 26 | 0 | 21 | CE | 4E | 26 |
| Octal | 25 | 152 | 254 | 130 | 46 | 0 | 41 | 316 | 116 | 46 |
| Binary | 10101 | 1101010 | 10101100 | 1011000 | 100110 | 0 | 100001 | 11001110 | 1001110 | 100110 |
Color Harmonies of #156AAC
Complementary color
Monochromatic Colors of #156AAC
Black with #156AAC
Text Example
Text Example
White with #156AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156AAC; }
p { color: rgb(21,106,172); }
H1.HeaderClassName
{
color: #156AAC;
}
.AnyTagClassName
{
color: #156AAC;
}
</style>
background-color css
<style>
a { background-color: #156AAC; }
a { background-color: rgb(21,106,172); }
div.DivClassName
{
background-color: #156AAC;
}
.BgClassName
{
background-color: #156AAC;
}
</style>
border-color css
<style>
span { border-color: #156AAC; }
span { border-color: rgb(21,106,172); }
td.TdClassName
{
border-color: #156AAC;
}
.TagClassName
{
border-color: #156AAC;
}
</style>