Shades of Denim #1561BC
Tints of Denim #1561BC
RGB
CMYK
RGB Variations
Color information
#1561BC (or 0x1561BC) is known color: Denim. HEX triplet: 15, 61 and BC. RGB value is (21,97,188). Sum of RGB (Red+Green+Blue) = 21+97+188=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #1561BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1561BC is #EA9E43. Grayscale: #545454. Windows color (decimal): -15375940 or 12345621. OLE color: 12345621.
HSL color Cylindrical-coordinate representation of color #1561BC: hue angle of 212.69º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1561BC is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 97 | 188 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.26 |
| HSL | 212.69º | 0.8% | 0.41% | - |
| HSV(B) | 212.69º | 0.89% | 0.74% | - |
| XYZ | 13.66 | 12.34 | 49.24 | - |
| YUV | 84.65 | 186.32 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 97 | 188 | 0.89 | 0.48 | 0 | 0.26 | 212.69 | 0.8 | 0.41 |
| Hex | 15 | 61 | BC | 59 | 30 | 0 | 1A | D5 | 50 | 29 |
| Octal | 25 | 141 | 274 | 131 | 60 | 0 | 32 | 325 | 120 | 51 |
| Binary | 10101 | 1100001 | 10111100 | 1011001 | 110000 | 0 | 11010 | 11010101 | 1010000 | 101001 |
Color Harmonies of #1561BC
Complementary color
Monochromatic Colors of #1561BC
Black with #1561BC
Text Example
Text Example
White with #1561BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1561BC; }
p { color: rgb(21,97,188); }
H1.HeaderClassName
{
color: #1561BC;
}
.AnyTagClassName
{
color: #1561BC;
}
</style>
background-color css
<style>
a { background-color: #1561BC; }
a { background-color: rgb(21,97,188); }
div.DivClassName
{
background-color: #1561BC;
}
.BgClassName
{
background-color: #1561BC;
}
</style>
border-color css
<style>
span { border-color: #1561BC; }
span { border-color: rgb(21,97,188); }
td.TdClassName
{
border-color: #1561BC;
}
.TagClassName
{
border-color: #1561BC;
}
</style>