Shades of Denim #1556A8
Tints of Denim #1556A8
RGB
CMYK
RGB Variations
Color information
#1556A8 (or 0x1556A8) is known color: Denim. HEX triplet: 15, 56 and A8. RGB value is (21,86,168). Sum of RGB (Red+Green+Blue) = 21+86+168=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 168 (66.02% from 255 or 61.09% from 275); Max value from RGB is 168 - color contains mainly: blue. Hex color #1556A8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1556A8 is #EAA957. Grayscale: #4B4B4B. Windows color (decimal): -15378776 or 11032085. OLE color: 11032085.
HSL color Cylindrical-coordinate representation of color #1556A8: hue angle of 213.47º 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 #1556A8 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 21 | 86 | 168 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.34 |
| HSL | 213.47º | 0.78% | 0.37% | - |
| HSV(B) | 213.47º | 0.88% | 0.66% | - |
| XYZ | 10.7 | 9.64 | 38.34 | - |
| YUV | 75.91 | 179.97 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 168 | 0.88 | 0.49 | 0 | 0.34 | 213.47 | 0.78 | 0.37 |
| Hex | 15 | 56 | A8 | 58 | 31 | 0 | 22 | D5 | 4E | 25 |
| Octal | 25 | 126 | 250 | 130 | 61 | 0 | 42 | 325 | 116 | 45 |
| Binary | 10101 | 1010110 | 10101000 | 1011000 | 110001 | 0 | 100010 | 11010101 | 1001110 | 100101 |
Color Harmonies of #1556A8
Complementary color
Monochromatic Colors of #1556A8
Black with #1556A8
Text Example
Text Example
White with #1556A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1556A8; }
p { color: rgb(21,86,168); }
H1.HeaderClassName
{
color: #1556A8;
}
.AnyTagClassName
{
color: #1556A8;
}
</style>
background-color css
<style>
a { background-color: #1556A8; }
a { background-color: rgb(21,86,168); }
div.DivClassName
{
background-color: #1556A8;
}
.BgClassName
{
background-color: #1556A8;
}
</style>
border-color css
<style>
span { border-color: #1556A8; }
span { border-color: rgb(21,86,168); }
td.TdClassName
{
border-color: #1556A8;
}
.TagClassName
{
border-color: #1556A8;
}
</style>