Shades of Denim #1570BB
Tints of Denim #1570BB
RGB
CMYK
RGB Variations
Color information
#1570BB (or 0x1570BB) is known color: Denim. HEX triplet: 15, 70 and BB. RGB value is (21,112,187). Sum of RGB (Red+Green+Blue) = 21+112+187=320 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.56% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #1570BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1570BB is #EA8F44. Grayscale: #5C5C5C. Windows color (decimal): -15372101 or 12283925. OLE color: 12283925.
HSL color Cylindrical-coordinate representation of color #1570BB: hue angle of 207.11º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1570BB is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 112 | 187 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.27 |
| HSL | 207.11º | 0.8% | 0.41% | - |
| HSV(B) | 207.11º | 0.89% | 0.73% | - |
| XYZ | 15.07 | 15.34 | 49.18 | - |
| YUV | 93.34 | 180.85 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 187 | 0.89 | 0.40 | 0 | 0.27 | 207.11 | 0.8 | 0.41 |
| Hex | 15 | 70 | BB | 59 | 28 | 0 | 1B | CF | 50 | 29 |
| Octal | 25 | 160 | 273 | 131 | 50 | 0 | 33 | 317 | 120 | 51 |
| Binary | 10101 | 1110000 | 10111011 | 1011001 | 101000 | 0 | 11011 | 11001111 | 1010000 | 101001 |
Color Harmonies of #1570BB
Complementary color
Monochromatic Colors of #1570BB
Black with #1570BB
Text Example
Text Example
White with #1570BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1570BB; }
p { color: rgb(21,112,187); }
H1.HeaderClassName
{
color: #1570BB;
}
.AnyTagClassName
{
color: #1570BB;
}
</style>
background-color css
<style>
a { background-color: #1570BB; }
a { background-color: rgb(21,112,187); }
div.DivClassName
{
background-color: #1570BB;
}
.BgClassName
{
background-color: #1570BB;
}
</style>
border-color css
<style>
span { border-color: #1570BB; }
span { border-color: rgb(21,112,187); }
td.TdClassName
{
border-color: #1570BB;
}
.TagClassName
{
border-color: #1570BB;
}
</style>