Shades of Denim #1859DA
Tints of Denim #1859DA
RGB
CMYK
RGB Variations
Color information
#1859DA (or 0x1859DA) is known color: Denim. HEX triplet: 18, 59 and DA. RGB value is (24,89,218). Sum of RGB (Red+Green+Blue) = 24+89+218=331 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.25% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #1859DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1859DA is #E7A625. Grayscale: #535353. Windows color (decimal): -15181350 or 14309656. OLE color: 14309656.
HSL color Cylindrical-coordinate representation of color #1859DA: hue angle of 219.9º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1859DA is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 89 | 218 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.15 |
| HSL | 219.9º | 0.8% | 0.47% | - |
| HSV(B) | 219.9º | 0.89% | 0.85% | - |
| XYZ | 16.6 | 12.4 | 67.85 | - |
| YUV | 84.27 | 203.47 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 218 | 0.89 | 0.59 | 0 | 0.15 | 219.9 | 0.8 | 0.47 |
| Hex | 18 | 59 | DA | 59 | 3B | 0 | F | DC | 50 | 2F |
| Octal | 30 | 131 | 332 | 131 | 73 | 0 | 17 | 334 | 120 | 57 |
| Binary | 11000 | 1011001 | 11011010 | 1011001 | 111011 | 0 | 1111 | 11011100 | 1010000 | 101111 |
Color Harmonies of #1859DA
Complementary color
Monochromatic Colors of #1859DA
Black with #1859DA
Text Example
Text Example
White with #1859DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1859DA; }
p { color: rgb(24,89,218); }
H1.HeaderClassName
{
color: #1859DA;
}
.AnyTagClassName
{
color: #1859DA;
}
</style>
background-color css
<style>
a { background-color: #1859DA; }
a { background-color: rgb(24,89,218); }
div.DivClassName
{
background-color: #1859DA;
}
.BgClassName
{
background-color: #1859DA;
}
</style>
border-color css
<style>
span { border-color: #1859DA; }
span { border-color: rgb(24,89,218); }
td.TdClassName
{
border-color: #1859DA;
}
.TagClassName
{
border-color: #1859DA;
}
</style>