Shades of Denim #1859CA
Tints of Denim #1859CA
RGB
CMYK
RGB Variations
Color information
#1859CA (or 0x1859CA) is known color: Denim. HEX triplet: 18, 59 and CA. RGB value is (24,89,202). Sum of RGB (Red+Green+Blue) = 24+89+202=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #1859CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1859CA is #E7A635. Grayscale: #515151. Windows color (decimal): -15181366 or 13261080. OLE color: 13261080.
HSL color Cylindrical-coordinate representation of color #1859CA: hue angle of 218.09º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1859CA is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 89 | 202 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.21 |
| HSL | 218.09º | 0.79% | 0.44% | - |
| HSV(B) | 218.09º | 0.88% | 0.79% | - |
| XYZ | 14.61 | 11.6 | 57.35 | - |
| YUV | 82.45 | 195.47 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 202 | 0.88 | 0.56 | 0 | 0.21 | 218.09 | 0.79 | 0.44 |
| Hex | 18 | 59 | CA | 58 | 38 | 0 | 15 | DA | 4F | 2C |
| Octal | 30 | 131 | 312 | 130 | 70 | 0 | 25 | 332 | 117 | 54 |
| Binary | 11000 | 1011001 | 11001010 | 1011000 | 111000 | 0 | 10101 | 11011010 | 1001111 | 101100 |
Color Harmonies of #1859CA
Complementary color
Monochromatic Colors of #1859CA
Black with #1859CA
Text Example
Text Example
White with #1859CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1859CA; }
p { color: rgb(24,89,202); }
H1.HeaderClassName
{
color: #1859CA;
}
.AnyTagClassName
{
color: #1859CA;
}
</style>
background-color css
<style>
a { background-color: #1859CA; }
a { background-color: rgb(24,89,202); }
div.DivClassName
{
background-color: #1859CA;
}
.BgClassName
{
background-color: #1859CA;
}
</style>
border-color css
<style>
span { border-color: #1859CA; }
span { border-color: rgb(24,89,202); }
td.TdClassName
{
border-color: #1859CA;
}
.TagClassName
{
border-color: #1859CA;
}
</style>