Shades of Denim #1564CB
Tints of Denim #1564CB
RGB
CMYK
RGB Variations
Color information
#1564CB (or 0x1564CB) is known color: Denim. HEX triplet: 15, 64 and CB. RGB value is (21,100,203). Sum of RGB (Red+Green+Blue) = 21+100+203=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #1564CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1564CB is #EA9B34. Grayscale: #575757. Windows color (decimal): -15375157 or 13329429. OLE color: 13329429.
HSL color Cylindrical-coordinate representation of color #1564CB: hue angle of 213.96º 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 #1564CB is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 100 | 203 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.20 |
| HSL | 213.96º | 0.81% | 0.44% | - |
| HSV(B) | 213.96º | 0.9% | 0.8% | - |
| XYZ | 15.65 | 13.59 | 58.3 | - |
| YUV | 88.12 | 192.83 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 100 | 203 | 0.90 | 0.51 | 0 | 0.20 | 213.96 | 0.81 | 0.44 |
| Hex | 15 | 64 | CB | 5A | 33 | 0 | 14 | D6 | 51 | 2C |
| Octal | 25 | 144 | 313 | 132 | 63 | 0 | 24 | 326 | 121 | 54 |
| Binary | 10101 | 1100100 | 11001011 | 1011010 | 110011 | 0 | 10100 | 11010110 | 1010001 | 101100 |
Color Harmonies of #1564CB
Complementary color
Monochromatic Colors of #1564CB
Black with #1564CB
Text Example
Text Example
White with #1564CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1564CB; }
p { color: rgb(21,100,203); }
H1.HeaderClassName
{
color: #1564CB;
}
.AnyTagClassName
{
color: #1564CB;
}
</style>
background-color css
<style>
a { background-color: #1564CB; }
a { background-color: rgb(21,100,203); }
div.DivClassName
{
background-color: #1564CB;
}
.BgClassName
{
background-color: #1564CB;
}
</style>
border-color css
<style>
span { border-color: #1564CB; }
span { border-color: rgb(21,100,203); }
td.TdClassName
{
border-color: #1564CB;
}
.TagClassName
{
border-color: #1564CB;
}
</style>