Shades of Denim #1572CB
Tints of Denim #1572CB
RGB
CMYK
RGB Variations
Color information
#1572CB (or 0x1572CB) is known color: Denim. HEX triplet: 15, 72 and CB. RGB value is (21,114,203). Sum of RGB (Red+Green+Blue) = 21+114+203=338 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.21% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #1572CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1572CB is #EA8D34. Grayscale: #5F5F5F. Windows color (decimal): -15371573 or 13333013. OLE color: 13333013.
HSL color Cylindrical-coordinate representation of color #1572CB: hue angle of 209.34º 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 #1572CB is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 114 | 203 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.20 |
| HSL | 209.34º | 0.81% | 0.44% | - |
| HSV(B) | 209.34º | 0.9% | 0.8% | - |
| XYZ | 17.11 | 16.51 | 58.78 | - |
| YUV | 96.34 | 188.19 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 203 | 0.90 | 0.44 | 0 | 0.20 | 209.34 | 0.81 | 0.44 |
| Hex | 15 | 72 | CB | 5A | 2C | 0 | 14 | D1 | 51 | 2C |
| Octal | 25 | 162 | 313 | 132 | 54 | 0 | 24 | 321 | 121 | 54 |
| Binary | 10101 | 1110010 | 11001011 | 1011010 | 101100 | 0 | 10100 | 11010001 | 1010001 | 101100 |
Color Harmonies of #1572CB
Complementary color
Monochromatic Colors of #1572CB
Black with #1572CB
Text Example
Text Example
White with #1572CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1572CB; }
p { color: rgb(21,114,203); }
H1.HeaderClassName
{
color: #1572CB;
}
.AnyTagClassName
{
color: #1572CB;
}
</style>
background-color css
<style>
a { background-color: #1572CB; }
a { background-color: rgb(21,114,203); }
div.DivClassName
{
background-color: #1572CB;
}
.BgClassName
{
background-color: #1572CB;
}
</style>
border-color css
<style>
span { border-color: #1572CB; }
span { border-color: rgb(21,114,203); }
td.TdClassName
{
border-color: #1572CB;
}
.TagClassName
{
border-color: #1572CB;
}
</style>