Shades of Denim #1570CB
Tints of Denim #1570CB
RGB
CMYK
RGB Variations
Color information
#1570CB (or 0x1570CB) is known color: Denim. HEX triplet: 15, 70 and CB. RGB value is (21,112,203). Sum of RGB (Red+Green+Blue) = 21+112+203=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #1570CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1570CB is #EA8F34. Grayscale: #5E5E5E. Windows color (decimal): -15372085 or 13332501. OLE color: 13332501.
HSL color Cylindrical-coordinate representation of color #1570CB: hue angle of 210º 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 #1570CB is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 112 | 203 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.20 |
| HSL | 210º | 0.81% | 0.44% | - |
| HSV(B) | 210º | 0.9% | 0.8% | - |
| XYZ | 16.88 | 16.06 | 58.71 | - |
| YUV | 95.17 | 188.85 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 203 | 0.90 | 0.45 | 0 | 0.20 | 210 | 0.81 | 0.44 |
| Hex | 15 | 70 | CB | 5A | 2D | 0 | 14 | D2 | 51 | 2C |
| Octal | 25 | 160 | 313 | 132 | 55 | 0 | 24 | 322 | 121 | 54 |
| Binary | 10101 | 1110000 | 11001011 | 1011010 | 101101 | 0 | 10100 | 11010010 | 1010001 | 101100 |
Color Harmonies of #1570CB
Complementary color
Monochromatic Colors of #1570CB
Black with #1570CB
Text Example
Text Example
White with #1570CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1570CB; }
p { color: rgb(21,112,203); }
H1.HeaderClassName
{
color: #1570CB;
}
.AnyTagClassName
{
color: #1570CB;
}
</style>
background-color css
<style>
a { background-color: #1570CB; }
a { background-color: rgb(21,112,203); }
div.DivClassName
{
background-color: #1570CB;
}
.BgClassName
{
background-color: #1570CB;
}
</style>
border-color css
<style>
span { border-color: #1570CB; }
span { border-color: rgb(21,112,203); }
td.TdClassName
{
border-color: #1570CB;
}
.TagClassName
{
border-color: #1570CB;
}
</style>