Shades of Denim #1562CE
Tints of Denim #1562CE
RGB
CMYK
RGB Variations
Color information
#1562CE (or 0x1562CE) is known color: Denim. HEX triplet: 15, 62 and CE. RGB value is (21,98,206). Sum of RGB (Red+Green+Blue) = 21+98+206=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #1562CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1562CE is #EA9D31. Grayscale: #565656. Windows color (decimal): -15375666 or 13525525. OLE color: 13525525.
HSL color Cylindrical-coordinate representation of color #1562CE: hue angle of 215.03º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1562CE is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 98 | 206 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.19 |
| HSL | 215.03º | 0.81% | 0.45% | - |
| HSV(B) | 215.03º | 0.9% | 0.81% | - |
| XYZ | 15.82 | 13.35 | 60.14 | - |
| YUV | 87.29 | 194.99 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 206 | 0.90 | 0.52 | 0 | 0.19 | 215.03 | 0.81 | 0.45 |
| Hex | 15 | 62 | CE | 5A | 34 | 0 | 13 | D7 | 51 | 2D |
| Octal | 25 | 142 | 316 | 132 | 64 | 0 | 23 | 327 | 121 | 55 |
| Binary | 10101 | 1100010 | 11001110 | 1011010 | 110100 | 0 | 10011 | 11010111 | 1010001 | 101101 |
Color Harmonies of #1562CE
Complementary color
Monochromatic Colors of #1562CE
Black with #1562CE
Text Example
Text Example
White with #1562CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1562CE; }
p { color: rgb(21,98,206); }
H1.HeaderClassName
{
color: #1562CE;
}
.AnyTagClassName
{
color: #1562CE;
}
</style>
background-color css
<style>
a { background-color: #1562CE; }
a { background-color: rgb(21,98,206); }
div.DivClassName
{
background-color: #1562CE;
}
.BgClassName
{
background-color: #1562CE;
}
</style>
border-color css
<style>
span { border-color: #1562CE; }
span { border-color: rgb(21,98,206); }
td.TdClassName
{
border-color: #1562CE;
}
.TagClassName
{
border-color: #1562CE;
}
</style>