Shades of Denim #1859CC
Tints of Denim #1859CC
RGB
CMYK
RGB Variations
Color information
#1859CC (or 0x1859CC) is known color: Denim. HEX triplet: 18, 59 and CC. RGB value is (24,89,204). Sum of RGB (Red+Green+Blue) = 24+89+204=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #1859CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1859CC is #E7A633. Grayscale: #525252. Windows color (decimal): -15181364 or 13392152. OLE color: 13392152.
HSL color Cylindrical-coordinate representation of color #1859CC: hue angle of 218.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1859CC is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 89 | 204 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.2 |
| HSL | 218.33º | 0.79% | 0.45% | - |
| HSV(B) | 218.33º | 0.88% | 0.8% | - |
| XYZ | 14.85 | 11.7 | 58.6 | - |
| YUV | 82.68 | 196.47 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 204 | 0.88 | 0.56 | 0 | 0.2 | 218.33 | 0.79 | 0.45 |
| Hex | 18 | 59 | CC | 58 | 38 | 0 | 14 | DA | 4F | 2D |
| Octal | 30 | 131 | 314 | 130 | 70 | 0 | 24 | 332 | 117 | 55 |
| Binary | 11000 | 1011001 | 11001100 | 1011000 | 111000 | 0 | 10100 | 11011010 | 1001111 | 101101 |
Color Harmonies of #1859CC
Complementary color
Monochromatic Colors of #1859CC
Black with #1859CC
Text Example
Text Example
White with #1859CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1859CC; }
p { color: rgb(24,89,204); }
H1.HeaderClassName
{
color: #1859CC;
}
.AnyTagClassName
{
color: #1859CC;
}
</style>
background-color css
<style>
a { background-color: #1859CC; }
a { background-color: rgb(24,89,204); }
div.DivClassName
{
background-color: #1859CC;
}
.BgClassName
{
background-color: #1859CC;
}
</style>
border-color css
<style>
span { border-color: #1859CC; }
span { border-color: rgb(24,89,204); }
td.TdClassName
{
border-color: #1859CC;
}
.TagClassName
{
border-color: #1859CC;
}
</style>