Shades of Denim #1556C9
Tints of Denim #1556C9
RGB
CMYK
RGB Variations
Color information
#1556C9 (or 0x1556C9) is known color: Denim. HEX triplet: 15, 56 and C9. RGB value is (21,86,201). Sum of RGB (Red+Green+Blue) = 21+86+201=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 201 (78.91% from 255 or 65.26% from 308); Max value from RGB is 201 - color contains mainly: blue. Hex color #1556C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1556C9 is #EAA936. Grayscale: #4F4F4F. Windows color (decimal): -15378743 or 13194773. OLE color: 13194773.
HSL color Cylindrical-coordinate representation of color #1556C9: hue angle of 218.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1556C9 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 86 | 201 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.21 |
| HSL | 218.33º | 0.81% | 0.44% | - |
| HSV(B) | 218.33º | 0.9% | 0.79% | - |
| XYZ | 14.18 | 11.03 | 56.64 | - |
| YUV | 79.68 | 196.47 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 201 | 0.90 | 0.57 | 0 | 0.21 | 218.33 | 0.81 | 0.44 |
| Hex | 15 | 56 | C9 | 5A | 39 | 0 | 15 | DA | 51 | 2C |
| Octal | 25 | 126 | 311 | 132 | 71 | 0 | 25 | 332 | 121 | 54 |
| Binary | 10101 | 1010110 | 11001001 | 1011010 | 111001 | 0 | 10101 | 11011010 | 1010001 | 101100 |
Color Harmonies of #1556C9
Complementary color
Monochromatic Colors of #1556C9
Black with #1556C9
Text Example
Text Example
White with #1556C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1556C9; }
p { color: rgb(21,86,201); }
H1.HeaderClassName
{
color: #1556C9;
}
.AnyTagClassName
{
color: #1556C9;
}
</style>
background-color css
<style>
a { background-color: #1556C9; }
a { background-color: rgb(21,86,201); }
div.DivClassName
{
background-color: #1556C9;
}
.BgClassName
{
background-color: #1556C9;
}
</style>
border-color css
<style>
span { border-color: #1556C9; }
span { border-color: rgb(21,86,201); }
td.TdClassName
{
border-color: #1556C9;
}
.TagClassName
{
border-color: #1556C9;
}
</style>