Shades of Denim #1859CE
Tints of Denim #1859CE
RGB
CMYK
RGB Variations
Color information
#1859CE (or 0x1859CE) is known color: Denim. HEX triplet: 18, 59 and CE. RGB value is (24,89,206). Sum of RGB (Red+Green+Blue) = 24+89+206=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #1859CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1859CE is #E7A631. Grayscale: #525252. Windows color (decimal): -15181362 or 13523224. OLE color: 13523224.
HSL color Cylindrical-coordinate representation of color #1859CE: hue angle of 218.57º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1859CE is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 89 | 206 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.19 |
| HSL | 218.57º | 0.79% | 0.45% | - |
| HSV(B) | 218.57º | 0.88% | 0.81% | - |
| XYZ | 15.09 | 11.8 | 59.87 | - |
| YUV | 82.9 | 197.47 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 206 | 0.88 | 0.57 | 0 | 0.19 | 218.57 | 0.79 | 0.45 |
| Hex | 18 | 59 | CE | 58 | 39 | 0 | 13 | DB | 4F | 2D |
| Octal | 30 | 131 | 316 | 130 | 71 | 0 | 23 | 333 | 117 | 55 |
| Binary | 11000 | 1011001 | 11001110 | 1011000 | 111001 | 0 | 10011 | 11011011 | 1001111 | 101101 |
Color Harmonies of #1859CE
Complementary color
Monochromatic Colors of #1859CE
Black with #1859CE
Text Example
Text Example
White with #1859CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1859CE; }
p { color: rgb(24,89,206); }
H1.HeaderClassName
{
color: #1859CE;
}
.AnyTagClassName
{
color: #1859CE;
}
</style>
background-color css
<style>
a { background-color: #1859CE; }
a { background-color: rgb(24,89,206); }
div.DivClassName
{
background-color: #1859CE;
}
.BgClassName
{
background-color: #1859CE;
}
</style>
border-color css
<style>
span { border-color: #1859CE; }
span { border-color: rgb(24,89,206); }
td.TdClassName
{
border-color: #1859CE;
}
.TagClassName
{
border-color: #1859CE;
}
</style>