Shades of Denim #1573CB
Tints of Denim #1573CB
RGB
CMYK
RGB Variations
Color information
#1573CB (or 0x1573CB) is known color: Denim. HEX triplet: 15, 73 and CB. RGB value is (21,115,203). Sum of RGB (Red+Green+Blue) = 21+115+203=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 203 (79.69% from 255 or 59.88% from 339); Max value from RGB is 203 - color contains mainly: blue. Hex color #1573CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1573CB is #EA8C34. Grayscale: #606060. Windows color (decimal): -15371317 or 13333269. OLE color: 13333269.
HSL color Cylindrical-coordinate representation of color #1573CB: hue angle of 209.01º 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 #1573CB is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 115 | 203 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.20 |
| HSL | 209.01º | 0.81% | 0.44% | - |
| HSV(B) | 209.01º | 0.9% | 0.8% | - |
| XYZ | 17.22 | 16.73 | 58.82 | - |
| YUV | 96.93 | 187.86 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 203 | 0.90 | 0.43 | 0 | 0.20 | 209.01 | 0.81 | 0.44 |
| Hex | 15 | 73 | CB | 5A | 2B | 0 | 14 | D1 | 51 | 2C |
| Octal | 25 | 163 | 313 | 132 | 53 | 0 | 24 | 321 | 121 | 54 |
| Binary | 10101 | 1110011 | 11001011 | 1011010 | 101011 | 0 | 10100 | 11010001 | 1010001 | 101100 |
Color Harmonies of #1573CB
Complementary color
Monochromatic Colors of #1573CB
Black with #1573CB
Text Example
Text Example
White with #1573CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1573CB; }
p { color: rgb(21,115,203); }
H1.HeaderClassName
{
color: #1573CB;
}
.AnyTagClassName
{
color: #1573CB;
}
</style>
background-color css
<style>
a { background-color: #1573CB; }
a { background-color: rgb(21,115,203); }
div.DivClassName
{
background-color: #1573CB;
}
.BgClassName
{
background-color: #1573CB;
}
</style>
border-color css
<style>
span { border-color: #1573CB; }
span { border-color: rgb(21,115,203); }
td.TdClassName
{
border-color: #1573CB;
}
.TagClassName
{
border-color: #1573CB;
}
</style>