Shades of Denim #1571B7
Tints of Denim #1571B7
RGB
CMYK
RGB Variations
Color information
#1571B7 (or 0x1571B7) is known color: Denim. HEX triplet: 15, 71 and B7. RGB value is (21,113,183). Sum of RGB (Red+Green+Blue) = 21+113+183=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 183 (71.88% from 255 or 57.73% from 317); Max value from RGB is 183 - color contains mainly: blue. Hex color #1571B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1571B7 is #EA8E48. Grayscale: #5D5D5D. Windows color (decimal): -15371849 or 12022037. OLE color: 12022037.
HSL color Cylindrical-coordinate representation of color #1571B7: hue angle of 205.93º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1571B7 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 21 | 113 | 183 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.28 |
| HSL | 205.93º | 0.79% | 0.4% | - |
| HSV(B) | 205.93º | 0.89% | 0.72% | - |
| XYZ | 14.76 | 15.39 | 46.99 | - |
| YUV | 93.47 | 178.52 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 113 | 183 | 0.89 | 0.38 | 0 | 0.28 | 205.93 | 0.79 | 0.4 |
| Hex | 15 | 71 | B7 | 59 | 26 | 0 | 1C | CE | 4F | 28 |
| Octal | 25 | 161 | 267 | 131 | 46 | 0 | 34 | 316 | 117 | 50 |
| Binary | 10101 | 1110001 | 10110111 | 1011001 | 100110 | 0 | 11100 | 11001110 | 1001111 | 101000 |
Color Harmonies of #1571B7
Complementary color
Monochromatic Colors of #1571B7
Black with #1571B7
Text Example
Text Example
White with #1571B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1571B7; }
p { color: rgb(21,113,183); }
H1.HeaderClassName
{
color: #1571B7;
}
.AnyTagClassName
{
color: #1571B7;
}
</style>
background-color css
<style>
a { background-color: #1571B7; }
a { background-color: rgb(21,113,183); }
div.DivClassName
{
background-color: #1571B7;
}
.BgClassName
{
background-color: #1571B7;
}
</style>
border-color css
<style>
span { border-color: #1571B7; }
span { border-color: rgb(21,113,183); }
td.TdClassName
{
border-color: #1571B7;
}
.TagClassName
{
border-color: #1571B7;
}
</style>