Shades of Denim #1573BE
Tints of Denim #1573BE
RGB
CMYK
RGB Variations
Color information
#1573BE (or 0x1573BE) is known color: Denim. HEX triplet: 15, 73 and BE. RGB value is (21,115,190). Sum of RGB (Red+Green+Blue) = 21+115+190=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #1573BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1573BE is #EA8C41. Grayscale: #5F5F5F. Windows color (decimal): -15371330 or 12481301. OLE color: 12481301.
HSL color Cylindrical-coordinate representation of color #1573BE: hue angle of 206.63º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1573BE is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 115 | 190 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.25 |
| HSL | 206.63º | 0.8% | 0.41% | - |
| HSV(B) | 206.63º | 0.89% | 0.75% | - |
| XYZ | 15.73 | 16.14 | 51 | - |
| YUV | 95.44 | 181.36 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 190 | 0.89 | 0.39 | 0 | 0.25 | 206.63 | 0.8 | 0.41 |
| Hex | 15 | 73 | BE | 59 | 27 | 0 | 19 | CF | 50 | 29 |
| Octal | 25 | 163 | 276 | 131 | 47 | 0 | 31 | 317 | 120 | 51 |
| Binary | 10101 | 1110011 | 10111110 | 1011001 | 100111 | 0 | 11001 | 11001111 | 1010000 | 101001 |
Color Harmonies of #1573BE
Complementary color
Monochromatic Colors of #1573BE
Black with #1573BE
Text Example
Text Example
White with #1573BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1573BE; }
p { color: rgb(21,115,190); }
H1.HeaderClassName
{
color: #1573BE;
}
.AnyTagClassName
{
color: #1573BE;
}
</style>
background-color css
<style>
a { background-color: #1573BE; }
a { background-color: rgb(21,115,190); }
div.DivClassName
{
background-color: #1573BE;
}
.BgClassName
{
background-color: #1573BE;
}
</style>
border-color css
<style>
span { border-color: #1573BE; }
span { border-color: rgb(21,115,190); }
td.TdClassName
{
border-color: #1573BE;
}
.TagClassName
{
border-color: #1573BE;
}
</style>