Shades of Denim #1859DB
Tints of Denim #1859DB
RGB
CMYK
RGB Variations
Color information
#1859DB (or 0x1859DB) is known color: Denim. HEX triplet: 18, 59 and DB. RGB value is (24,89,219). Sum of RGB (Red+Green+Blue) = 24+89+219=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #1859DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1859DB is #E7A624. Grayscale: #535353. Windows color (decimal): -15181349 or 14375192. OLE color: 14375192.
HSL color Cylindrical-coordinate representation of color #1859DB: hue angle of 220º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1859DB is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 89 | 219 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.14 |
| HSL | 220º | 0.8% | 0.48% | - |
| HSV(B) | 220º | 0.89% | 0.86% | - |
| XYZ | 16.74 | 12.45 | 68.54 | - |
| YUV | 84.39 | 203.97 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 219 | 0.89 | 0.59 | 0 | 0.14 | 220 | 0.8 | 0.48 |
| Hex | 18 | 59 | DB | 59 | 3B | 0 | E | DC | 50 | 30 |
| Octal | 30 | 131 | 333 | 131 | 73 | 0 | 16 | 334 | 120 | 60 |
| Binary | 11000 | 1011001 | 11011011 | 1011001 | 111011 | 0 | 1110 | 11011100 | 1010000 | 110000 |
Color Harmonies of #1859DB
Complementary color
Monochromatic Colors of #1859DB
Black with #1859DB
Text Example
Text Example
White with #1859DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1859DB; }
p { color: rgb(24,89,219); }
H1.HeaderClassName
{
color: #1859DB;
}
.AnyTagClassName
{
color: #1859DB;
}
</style>
background-color css
<style>
a { background-color: #1859DB; }
a { background-color: rgb(24,89,219); }
div.DivClassName
{
background-color: #1859DB;
}
.BgClassName
{
background-color: #1859DB;
}
</style>
border-color css
<style>
span { border-color: #1859DB; }
span { border-color: rgb(24,89,219); }
td.TdClassName
{
border-color: #1859DB;
}
.TagClassName
{
border-color: #1859DB;
}
</style>