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