Shades of Denim #1562D5
Tints of Denim #1562D5
RGB
CMYK
RGB Variations
Color information
#1562D5 (or 0x1562D5) is known color: Denim. HEX triplet: 15, 62 and D5. RGB value is (21,98,213). Sum of RGB (Red+Green+Blue) = 21+98+213=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 213 (83.59% from 255 or 64.16% from 332); Max value from RGB is 213 - color contains mainly: blue. Hex color #1562D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1562D5 is #EA9D2A. Grayscale: #575757. Windows color (decimal): -15375659 or 13984277. OLE color: 13984277.
HSL color Cylindrical-coordinate representation of color #1562D5: hue angle of 215.94º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1562D5 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 98 | 213 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.16 |
| HSL | 215.94º | 0.82% | 0.46% | - |
| HSV(B) | 215.94º | 0.9% | 0.84% | - |
| XYZ | 16.69 | 13.7 | 64.72 | - |
| YUV | 88.09 | 198.49 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 213 | 0.90 | 0.54 | 0 | 0.16 | 215.94 | 0.82 | 0.46 |
| Hex | 15 | 62 | D5 | 5A | 36 | 0 | 10 | D8 | 52 | 2E |
| Octal | 25 | 142 | 325 | 132 | 66 | 0 | 20 | 330 | 122 | 56 |
| Binary | 10101 | 1100010 | 11010101 | 1011010 | 110110 | 0 | 10000 | 11011000 | 1010010 | 101110 |
Color Harmonies of #1562D5
Complementary color
Monochromatic Colors of #1562D5
Black with #1562D5
Text Example
Text Example
White with #1562D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1562D5; }
p { color: rgb(21,98,213); }
H1.HeaderClassName
{
color: #1562D5;
}
.AnyTagClassName
{
color: #1562D5;
}
</style>
background-color css
<style>
a { background-color: #1562D5; }
a { background-color: rgb(21,98,213); }
div.DivClassName
{
background-color: #1562D5;
}
.BgClassName
{
background-color: #1562D5;
}
</style>
border-color css
<style>
span { border-color: #1562D5; }
span { border-color: rgb(21,98,213); }
td.TdClassName
{
border-color: #1562D5;
}
.TagClassName
{
border-color: #1562D5;
}
</style>