Shades of Denim #1556AC
Tints of Denim #1556AC
RGB
CMYK
RGB Variations
Color information
#1556AC (or 0x1556AC) is known color: Denim. HEX triplet: 15, 56 and AC. RGB value is (21,86,172). Sum of RGB (Red+Green+Blue) = 21+86+172=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #1556AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1556AC is #EAA953. Grayscale: #4B4B4B. Windows color (decimal): -15378772 or 11294229. OLE color: 11294229.
HSL color Cylindrical-coordinate representation of color #1556AC: hue angle of 214.17º 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 #1556AC is Cyan = 0.88, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 86 | 172 | - |
| CMYK | 0.88 | 0.5 | 0 | 0.33 |
| HSL | 214.17º | 0.78% | 0.38% | - |
| HSV(B) | 214.17º | 0.88% | 0.67% | - |
| XYZ | 11.08 | 9.79 | 40.34 | - |
| YUV | 76.37 | 181.97 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 172 | 0.88 | 0.5 | 0 | 0.33 | 214.17 | 0.78 | 0.38 |
| Hex | 15 | 56 | AC | 58 | 32 | 0 | 21 | D6 | 4E | 26 |
| Octal | 25 | 126 | 254 | 130 | 62 | 0 | 41 | 326 | 116 | 46 |
| Binary | 10101 | 1010110 | 10101100 | 1011000 | 110010 | 0 | 100001 | 11010110 | 1001110 | 100110 |
Color Harmonies of #1556AC
Complementary color
Monochromatic Colors of #1556AC
Black with #1556AC
Text Example
Text Example
White with #1556AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1556AC; }
p { color: rgb(21,86,172); }
H1.HeaderClassName
{
color: #1556AC;
}
.AnyTagClassName
{
color: #1556AC;
}
</style>
background-color css
<style>
a { background-color: #1556AC; }
a { background-color: rgb(21,86,172); }
div.DivClassName
{
background-color: #1556AC;
}
.BgClassName
{
background-color: #1556AC;
}
</style>
border-color css
<style>
span { border-color: #1556AC; }
span { border-color: rgb(21,86,172); }
td.TdClassName
{
border-color: #1556AC;
}
.TagClassName
{
border-color: #1556AC;
}
</style>