Shades of Denim #1652CE
Tints of Denim #1652CE
RGB
CMYK
RGB Variations
Color information
#1652CE (or 0x1652CE) is known color: Denim. HEX triplet: 16, 52 and CE. RGB value is (22,82,206). Sum of RGB (Red+Green+Blue) = 22+82+206=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #1652CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1652CE is #E9AD31. Grayscale: #4D4D4D. Windows color (decimal): -15314226 or 13521430. OLE color: 13521430.
HSL color Cylindrical-coordinate representation of color #1652CE: hue angle of 220.43º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1652CE is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 82 | 206 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.19 |
| HSL | 220.43º | 0.81% | 0.45% | - |
| HSV(B) | 220.43º | 0.89% | 0.81% | - |
| XYZ | 14.49 | 10.66 | 59.69 | - |
| YUV | 78.2 | 200.12 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 206 | 0.89 | 0.60 | 0 | 0.19 | 220.43 | 0.81 | 0.45 |
| Hex | 16 | 52 | CE | 59 | 3C | 0 | 13 | DC | 51 | 2D |
| Octal | 26 | 122 | 316 | 131 | 74 | 0 | 23 | 334 | 121 | 55 |
| Binary | 10110 | 1010010 | 11001110 | 1011001 | 111100 | 0 | 10011 | 11011100 | 1010001 | 101101 |
Color Harmonies of #1652CE
Complementary color
Monochromatic Colors of #1652CE
Black with #1652CE
Text Example
Text Example
White with #1652CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1652CE; }
p { color: rgb(22,82,206); }
H1.HeaderClassName
{
color: #1652CE;
}
.AnyTagClassName
{
color: #1652CE;
}
</style>
background-color css
<style>
a { background-color: #1652CE; }
a { background-color: rgb(22,82,206); }
div.DivClassName
{
background-color: #1652CE;
}
.BgClassName
{
background-color: #1652CE;
}
</style>
border-color css
<style>
span { border-color: #1652CE; }
span { border-color: rgb(22,82,206); }
td.TdClassName
{
border-color: #1652CE;
}
.TagClassName
{
border-color: #1652CE;
}
</style>