Shades of Denim #1570AD
Tints of Denim #1570AD
RGB
CMYK
RGB Variations
Color information
#1570AD (or 0x1570AD) is known color: Denim. HEX triplet: 15, 70 and AD. RGB value is (21,112,173). Sum of RGB (Red+Green+Blue) = 21+112+173=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #1570AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1570AD is #EA8F52. Grayscale: #5B5B5B. Windows color (decimal): -15372115 or 11366421. OLE color: 11366421.
HSL color Cylindrical-coordinate representation of color #1570AD: hue angle of 204.08º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1570AD is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 112 | 173 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.32 |
| HSL | 204.08º | 0.78% | 0.38% | - |
| HSV(B) | 204.08º | 0.88% | 0.68% | - |
| XYZ | 13.65 | 14.76 | 41.67 | - |
| YUV | 91.75 | 173.85 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 173 | 0.88 | 0.35 | 0 | 0.32 | 204.08 | 0.78 | 0.38 |
| Hex | 15 | 70 | AD | 58 | 23 | 0 | 20 | CC | 4E | 26 |
| Octal | 25 | 160 | 255 | 130 | 43 | 0 | 40 | 314 | 116 | 46 |
| Binary | 10101 | 1110000 | 10101101 | 1011000 | 100011 | 0 | 100000 | 11001100 | 1001110 | 100110 |
Color Harmonies of #1570AD
Complementary color
Monochromatic Colors of #1570AD
Black with #1570AD
Text Example
Text Example
White with #1570AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1570AD; }
p { color: rgb(21,112,173); }
H1.HeaderClassName
{
color: #1570AD;
}
.AnyTagClassName
{
color: #1570AD;
}
</style>
background-color css
<style>
a { background-color: #1570AD; }
a { background-color: rgb(21,112,173); }
div.DivClassName
{
background-color: #1570AD;
}
.BgClassName
{
background-color: #1570AD;
}
</style>
border-color css
<style>
span { border-color: #1570AD; }
span { border-color: rgb(21,112,173); }
td.TdClassName
{
border-color: #1570AD;
}
.TagClassName
{
border-color: #1570AD;
}
</style>