Shades of Denim #1652DB
Tints of Denim #1652DB
RGB
CMYK
RGB Variations
Color information
#1652DB (or 0x1652DB) is known color: Denim. HEX triplet: 16, 52 and DB. RGB value is (22,82,219). Sum of RGB (Red+Green+Blue) = 22+82+219=323 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.81% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #1652DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1652DB is #E9AD24. Grayscale: #4F4F4F. Windows color (decimal): -15314213 or 14373398. OLE color: 14373398.
HSL color Cylindrical-coordinate representation of color #1652DB: hue angle of 221.73º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1652DB is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 82 | 219 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.14 |
| HSL | 221.73º | 0.82% | 0.47% | - |
| HSV(B) | 221.73º | 0.9% | 0.86% | - |
| XYZ | 16.13 | 11.32 | 68.35 | - |
| YUV | 79.68 | 206.62 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 219 | 0.90 | 0.63 | 0 | 0.14 | 221.73 | 0.82 | 0.47 |
| Hex | 16 | 52 | DB | 5A | 3F | 0 | E | DE | 52 | 2F |
| Octal | 26 | 122 | 333 | 132 | 77 | 0 | 16 | 336 | 122 | 57 |
| Binary | 10110 | 1010010 | 11011011 | 1011010 | 111111 | 0 | 1110 | 11011110 | 1010010 | 101111 |
Color Harmonies of #1652DB
Complementary color
Monochromatic Colors of #1652DB
Black with #1652DB
Text Example
Text Example
White with #1652DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1652DB; }
p { color: rgb(22,82,219); }
H1.HeaderClassName
{
color: #1652DB;
}
.AnyTagClassName
{
color: #1652DB;
}
</style>
background-color css
<style>
a { background-color: #1652DB; }
a { background-color: rgb(22,82,219); }
div.DivClassName
{
background-color: #1652DB;
}
.BgClassName
{
background-color: #1652DB;
}
</style>
border-color css
<style>
span { border-color: #1652DB; }
span { border-color: rgb(22,82,219); }
td.TdClassName
{
border-color: #1652DB;
}
.TagClassName
{
border-color: #1652DB;
}
</style>