Shades of Denim #1859DC
Tints of Denim #1859DC
RGB
CMYK
RGB Variations
Color information
#1859DC (or 0x1859DC) is known color: Denim. HEX triplet: 18, 59 and DC. RGB value is (24,89,220). Sum of RGB (Red+Green+Blue) = 24+89+220=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #1859DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1859DC is #E7A623. Grayscale: #535353. Windows color (decimal): -15181348 or 14440728. OLE color: 14440728.
HSL color Cylindrical-coordinate representation of color #1859DC: hue angle of 220.1º 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 #1859DC is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 89 | 220 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.14 |
| HSL | 220.1º | 0.8% | 0.48% | - |
| HSV(B) | 220.1º | 0.89% | 0.86% | - |
| XYZ | 16.87 | 12.51 | 69.24 | - |
| YUV | 84.5 | 204.47 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 220 | 0.89 | 0.60 | 0 | 0.14 | 220.1 | 0.8 | 0.48 |
| Hex | 18 | 59 | DC | 59 | 3C | 0 | E | DC | 50 | 30 |
| Octal | 30 | 131 | 334 | 131 | 74 | 0 | 16 | 334 | 120 | 60 |
| Binary | 11000 | 1011001 | 11011100 | 1011001 | 111100 | 0 | 1110 | 11011100 | 1010000 | 110000 |
Color Harmonies of #1859DC
Complementary color
Monochromatic Colors of #1859DC
Black with #1859DC
Text Example
Text Example
White with #1859DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1859DC; }
p { color: rgb(24,89,220); }
H1.HeaderClassName
{
color: #1859DC;
}
.AnyTagClassName
{
color: #1859DC;
}
</style>
background-color css
<style>
a { background-color: #1859DC; }
a { background-color: rgb(24,89,220); }
div.DivClassName
{
background-color: #1859DC;
}
.BgClassName
{
background-color: #1859DC;
}
</style>
border-color css
<style>
span { border-color: #1859DC; }
span { border-color: rgb(24,89,220); }
td.TdClassName
{
border-color: #1859DC;
}
.TagClassName
{
border-color: #1859DC;
}
</style>