Shades of Denim #1556C5
Tints of Denim #1556C5
RGB
CMYK
RGB Variations
Color information
#1556C5 (or 0x1556C5) is known color: Denim. HEX triplet: 15, 56 and C5. RGB value is (21,86,197). Sum of RGB (Red+Green+Blue) = 21+86+197=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 197 (77.34% from 255 or 64.80% from 304); Max value from RGB is 197 - color contains mainly: blue. Hex color #1556C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1556C5 is #EAA93A. Grayscale: #4E4E4E. Windows color (decimal): -15378747 or 12932629. OLE color: 12932629.
HSL color Cylindrical-coordinate representation of color #1556C5: hue angle of 217.84º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1556C5 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 21 | 86 | 197 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.23 |
| HSL | 217.84º | 0.81% | 0.43% | - |
| HSV(B) | 217.84º | 0.89% | 0.77% | - |
| XYZ | 13.72 | 10.85 | 54.19 | - |
| YUV | 79.22 | 194.47 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 197 | 0.89 | 0.56 | 0 | 0.23 | 217.84 | 0.81 | 0.43 |
| Hex | 15 | 56 | C5 | 59 | 38 | 0 | 17 | DA | 51 | 2B |
| Octal | 25 | 126 | 305 | 131 | 70 | 0 | 27 | 332 | 121 | 53 |
| Binary | 10101 | 1010110 | 11000101 | 1011001 | 111000 | 0 | 10111 | 11011010 | 1010001 | 101011 |
Color Harmonies of #1556C5
Complementary color
Monochromatic Colors of #1556C5
Black with #1556C5
Text Example
Text Example
White with #1556C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1556C5; }
p { color: rgb(21,86,197); }
H1.HeaderClassName
{
color: #1556C5;
}
.AnyTagClassName
{
color: #1556C5;
}
</style>
background-color css
<style>
a { background-color: #1556C5; }
a { background-color: rgb(21,86,197); }
div.DivClassName
{
background-color: #1556C5;
}
.BgClassName
{
background-color: #1556C5;
}
</style>
border-color css
<style>
span { border-color: #1556C5; }
span { border-color: rgb(21,86,197); }
td.TdClassName
{
border-color: #1556C5;
}
.TagClassName
{
border-color: #1556C5;
}
</style>