Shades of Denim #1659DB
Tints of Denim #1659DB
RGB
CMYK
RGB Variations
Color information
#1659DB (or 0x1659DB) is known color: Denim. HEX triplet: 16, 59 and DB. RGB value is (22,89,219). Sum of RGB (Red+Green+Blue) = 22+89+219=330 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.67% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #1659DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1659DB is #E9A624. Grayscale: #535353. Windows color (decimal): -15312421 or 14375190. OLE color: 14375190.
HSL color Cylindrical-coordinate representation of color #1659DB: hue angle of 219.59º 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 #1659DB is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 89 | 219 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.14 |
| HSL | 219.59º | 0.82% | 0.47% | - |
| HSV(B) | 219.59º | 0.9% | 0.86% | - |
| XYZ | 16.69 | 12.43 | 68.54 | - |
| YUV | 83.79 | 204.3 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 219 | 0.90 | 0.59 | 0 | 0.14 | 219.59 | 0.82 | 0.47 |
| Hex | 16 | 59 | DB | 5A | 3B | 0 | E | DC | 52 | 2F |
| Octal | 26 | 131 | 333 | 132 | 73 | 0 | 16 | 334 | 122 | 57 |
| Binary | 10110 | 1011001 | 11011011 | 1011010 | 111011 | 0 | 1110 | 11011100 | 1010010 | 101111 |
Color Harmonies of #1659DB
Complementary color
Monochromatic Colors of #1659DB
Black with #1659DB
Text Example
Text Example
White with #1659DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1659DB; }
p { color: rgb(22,89,219); }
H1.HeaderClassName
{
color: #1659DB;
}
.AnyTagClassName
{
color: #1659DB;
}
</style>
background-color css
<style>
a { background-color: #1659DB; }
a { background-color: rgb(22,89,219); }
div.DivClassName
{
background-color: #1659DB;
}
.BgClassName
{
background-color: #1659DB;
}
</style>
border-color css
<style>
span { border-color: #1659DB; }
span { border-color: rgb(22,89,219); }
td.TdClassName
{
border-color: #1659DB;
}
.TagClassName
{
border-color: #1659DB;
}
</style>