Shades of Denim #1562CD
Tints of Denim #1562CD
RGB
CMYK
RGB Variations
Color information
#1562CD (or 0x1562CD) is known color: Denim. HEX triplet: 15, 62 and CD. RGB value is (21,98,205). Sum of RGB (Red+Green+Blue) = 21+98+205=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 205 (80.47% from 255 or 63.27% from 324); Max value from RGB is 205 - color contains mainly: blue. Hex color #1562CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1562CD is #EA9D32. Grayscale: #565656. Windows color (decimal): -15375667 or 13459989. OLE color: 13459989.
HSL color Cylindrical-coordinate representation of color #1562CD: hue angle of 214.89º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1562CD is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 98 | 205 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.20 |
| HSL | 214.89º | 0.81% | 0.44% | - |
| HSV(B) | 214.89º | 0.9% | 0.8% | - |
| XYZ | 15.7 | 13.3 | 59.5 | - |
| YUV | 87.18 | 194.49 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 205 | 0.90 | 0.52 | 0 | 0.20 | 214.89 | 0.81 | 0.44 |
| Hex | 15 | 62 | CD | 5A | 34 | 0 | 14 | D7 | 51 | 2C |
| Octal | 25 | 142 | 315 | 132 | 64 | 0 | 24 | 327 | 121 | 54 |
| Binary | 10101 | 1100010 | 11001101 | 1011010 | 110100 | 0 | 10100 | 11010111 | 1010001 | 101100 |
Color Harmonies of #1562CD
Complementary color
Monochromatic Colors of #1562CD
Black with #1562CD
Text Example
Text Example
White with #1562CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1562CD; }
p { color: rgb(21,98,205); }
H1.HeaderClassName
{
color: #1562CD;
}
.AnyTagClassName
{
color: #1562CD;
}
</style>
background-color css
<style>
a { background-color: #1562CD; }
a { background-color: rgb(21,98,205); }
div.DivClassName
{
background-color: #1562CD;
}
.BgClassName
{
background-color: #1562CD;
}
</style>
border-color css
<style>
span { border-color: #1562CD; }
span { border-color: rgb(21,98,205); }
td.TdClassName
{
border-color: #1562CD;
}
.TagClassName
{
border-color: #1562CD;
}
</style>