Shades of Denim #1570BC
Tints of Denim #1570BC
RGB
CMYK
RGB Variations
Color information
#1570BC (or 0x1570BC) is known color: Denim. HEX triplet: 15, 70 and BC. RGB value is (21,112,188). Sum of RGB (Red+Green+Blue) = 21+112+188=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #1570BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1570BC is #EA8F43. Grayscale: #5D5D5D. Windows color (decimal): -15372100 or 12349461. OLE color: 12349461.
HSL color Cylindrical-coordinate representation of color #1570BC: hue angle of 207.31º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1570BC is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 112 | 188 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.26 |
| HSL | 207.31º | 0.8% | 0.41% | - |
| HSV(B) | 207.31º | 0.89% | 0.74% | - |
| XYZ | 15.18 | 15.38 | 49.75 | - |
| YUV | 93.46 | 181.35 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 188 | 0.89 | 0.40 | 0 | 0.26 | 207.31 | 0.8 | 0.41 |
| Hex | 15 | 70 | BC | 59 | 28 | 0 | 1A | CF | 50 | 29 |
| Octal | 25 | 160 | 274 | 131 | 50 | 0 | 32 | 317 | 120 | 51 |
| Binary | 10101 | 1110000 | 10111100 | 1011001 | 101000 | 0 | 11010 | 11001111 | 1010000 | 101001 |
Color Harmonies of #1570BC
Complementary color
Monochromatic Colors of #1570BC
Black with #1570BC
Text Example
Text Example
White with #1570BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1570BC; }
p { color: rgb(21,112,188); }
H1.HeaderClassName
{
color: #1570BC;
}
.AnyTagClassName
{
color: #1570BC;
}
</style>
background-color css
<style>
a { background-color: #1570BC; }
a { background-color: rgb(21,112,188); }
div.DivClassName
{
background-color: #1570BC;
}
.BgClassName
{
background-color: #1570BC;
}
</style>
border-color css
<style>
span { border-color: #1570BC; }
span { border-color: rgb(21,112,188); }
td.TdClassName
{
border-color: #1570BC;
}
.TagClassName
{
border-color: #1570BC;
}
</style>