Shades of Denim #1573B9
Tints of Denim #1573B9
RGB
CMYK
RGB Variations
Color information
#1573B9 (or 0x1573B9) is known color: Denim. HEX triplet: 15, 73 and B9. RGB value is (21,115,185). Sum of RGB (Red+Green+Blue) = 21+115+185=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 185 (72.66% from 255 or 57.63% from 321); Max value from RGB is 185 - color contains mainly: blue. Hex color #1573B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1573B9 is #EA8C46. Grayscale: #5E5E5E. Windows color (decimal): -15371335 or 12153621. OLE color: 12153621.
HSL color Cylindrical-coordinate representation of color #1573B9: hue angle of 205.61º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1573B9 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 115 | 185 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.27 |
| HSL | 205.61º | 0.8% | 0.4% | - |
| HSV(B) | 205.61º | 0.89% | 0.73% | - |
| XYZ | 15.2 | 15.92 | 48.17 | - |
| YUV | 94.87 | 178.86 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 185 | 0.89 | 0.38 | 0 | 0.27 | 205.61 | 0.8 | 0.4 |
| Hex | 15 | 73 | B9 | 59 | 26 | 0 | 1B | CE | 50 | 28 |
| Octal | 25 | 163 | 271 | 131 | 46 | 0 | 33 | 316 | 120 | 50 |
| Binary | 10101 | 1110011 | 10111001 | 1011001 | 100110 | 0 | 11011 | 11001110 | 1010000 | 101000 |
Color Harmonies of #1573B9
Complementary color
Monochromatic Colors of #1573B9
Black with #1573B9
Text Example
Text Example
White with #1573B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1573B9; }
p { color: rgb(21,115,185); }
H1.HeaderClassName
{
color: #1573B9;
}
.AnyTagClassName
{
color: #1573B9;
}
</style>
background-color css
<style>
a { background-color: #1573B9; }
a { background-color: rgb(21,115,185); }
div.DivClassName
{
background-color: #1573B9;
}
.BgClassName
{
background-color: #1573B9;
}
</style>
border-color css
<style>
span { border-color: #1573B9; }
span { border-color: rgb(21,115,185); }
td.TdClassName
{
border-color: #1573B9;
}
.TagClassName
{
border-color: #1573B9;
}
</style>