Shades of Denim #1561CB
Tints of Denim #1561CB
RGB
CMYK
RGB Variations
Color information
#1561CB (or 0x1561CB) is known color: Denim. HEX triplet: 15, 61 and CB. RGB value is (21,97,203). Sum of RGB (Red+Green+Blue) = 21+97+203=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #1561CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1561CB is #EA9E34. Grayscale: #555555. Windows color (decimal): -15375925 or 13328661. OLE color: 13328661.
HSL color Cylindrical-coordinate representation of color #1561CB: hue angle of 214.95º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1561CB is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 97 | 203 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.20 |
| HSL | 214.95º | 0.81% | 0.44% | - |
| HSV(B) | 214.95º | 0.9% | 0.8% | - |
| XYZ | 15.36 | 13.02 | 58.2 | - |
| YUV | 86.36 | 193.82 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 97 | 203 | 0.90 | 0.52 | 0 | 0.20 | 214.95 | 0.81 | 0.44 |
| Hex | 15 | 61 | CB | 5A | 34 | 0 | 14 | D7 | 51 | 2C |
| Octal | 25 | 141 | 313 | 132 | 64 | 0 | 24 | 327 | 121 | 54 |
| Binary | 10101 | 1100001 | 11001011 | 1011010 | 110100 | 0 | 10100 | 11010111 | 1010001 | 101100 |
Color Harmonies of #1561CB
Complementary color
Monochromatic Colors of #1561CB
Black with #1561CB
Text Example
Text Example
White with #1561CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1561CB; }
p { color: rgb(21,97,203); }
H1.HeaderClassName
{
color: #1561CB;
}
.AnyTagClassName
{
color: #1561CB;
}
</style>
background-color css
<style>
a { background-color: #1561CB; }
a { background-color: rgb(21,97,203); }
div.DivClassName
{
background-color: #1561CB;
}
.BgClassName
{
background-color: #1561CB;
}
</style>
border-color css
<style>
span { border-color: #1561CB; }
span { border-color: rgb(21,97,203); }
td.TdClassName
{
border-color: #1561CB;
}
.TagClassName
{
border-color: #1561CB;
}
</style>