Shades of Denim #1556A9
Tints of Denim #1556A9
RGB
CMYK
RGB Variations
Color information
#1556A9 (or 0x1556A9) is known color: Denim. HEX triplet: 15, 56 and A9. RGB value is (21,86,169). Sum of RGB (Red+Green+Blue) = 21+86+169=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 169 (66.41% from 255 or 61.23% from 276); Max value from RGB is 169 - color contains mainly: blue. Hex color #1556A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1556A9 is #EAA956. Grayscale: #4B4B4B. Windows color (decimal): -15378775 or 11097621. OLE color: 11097621.
HSL color Cylindrical-coordinate representation of color #1556A9: hue angle of 213.65º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1556A9 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 86 | 169 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.34 |
| HSL | 213.65º | 0.78% | 0.37% | - |
| HSV(B) | 213.65º | 0.88% | 0.66% | - |
| XYZ | 10.8 | 9.68 | 38.84 | - |
| YUV | 76.03 | 180.47 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 169 | 0.88 | 0.49 | 0 | 0.34 | 213.65 | 0.78 | 0.37 |
| Hex | 15 | 56 | A9 | 58 | 31 | 0 | 22 | D6 | 4E | 25 |
| Octal | 25 | 126 | 251 | 130 | 61 | 0 | 42 | 326 | 116 | 45 |
| Binary | 10101 | 1010110 | 10101001 | 1011000 | 110001 | 0 | 100010 | 11010110 | 1001110 | 100101 |
Color Harmonies of #1556A9
Complementary color
Monochromatic Colors of #1556A9
Black with #1556A9
Text Example
Text Example
White with #1556A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1556A9; }
p { color: rgb(21,86,169); }
H1.HeaderClassName
{
color: #1556A9;
}
.AnyTagClassName
{
color: #1556A9;
}
</style>
background-color css
<style>
a { background-color: #1556A9; }
a { background-color: rgb(21,86,169); }
div.DivClassName
{
background-color: #1556A9;
}
.BgClassName
{
background-color: #1556A9;
}
</style>
border-color css
<style>
span { border-color: #1556A9; }
span { border-color: rgb(21,86,169); }
td.TdClassName
{
border-color: #1556A9;
}
.TagClassName
{
border-color: #1556A9;
}
</style>