Shades of Denim #1A59CE
Tints of Denim #1A59CE
RGB
CMYK
RGB Variations
Color information
#1A59CE (or 0x1A59CE) is known color: Denim. HEX triplet: 1A, 59 and CE. RGB value is (26,89,206). Sum of RGB (Red+Green+Blue) = 26+89+206=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A59CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A59CE is #E5A631. Grayscale: #525252. Windows color (decimal): -15050290 or 13523226. OLE color: 13523226.
HSL color Cylindrical-coordinate representation of color #1A59CE: hue angle of 219º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A59CE is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 89 | 206 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.19 |
| HSL | 219º | 0.78% | 0.45% | - |
| HSV(B) | 219º | 0.87% | 0.81% | - |
| XYZ | 15.14 | 11.82 | 59.88 | - |
| YUV | 83.5 | 197.13 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 89 | 206 | 0.87 | 0.57 | 0 | 0.19 | 219 | 0.78 | 0.45 |
| Hex | 1A | 59 | CE | 57 | 39 | 0 | 13 | DB | 4E | 2D |
| Octal | 32 | 131 | 316 | 127 | 71 | 0 | 23 | 333 | 116 | 55 |
| Binary | 11010 | 1011001 | 11001110 | 1010111 | 111001 | 0 | 10011 | 11011011 | 1001110 | 101101 |
Color Harmonies of #1A59CE
Complementary color
Monochromatic Colors of #1A59CE
Black with #1A59CE
Text Example
Text Example
White with #1A59CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A59CE; }
p { color: rgb(26,89,206); }
H1.HeaderClassName
{
color: #1A59CE;
}
.AnyTagClassName
{
color: #1A59CE;
}
</style>
background-color css
<style>
a { background-color: #1A59CE; }
a { background-color: rgb(26,89,206); }
div.DivClassName
{
background-color: #1A59CE;
}
.BgClassName
{
background-color: #1A59CE;
}
</style>
border-color css
<style>
span { border-color: #1A59CE; }
span { border-color: rgb(26,89,206); }
td.TdClassName
{
border-color: #1A59CE;
}
.TagClassName
{
border-color: #1A59CE;
}
</style>