Shades of Denim #1860CE
Tints of Denim #1860CE
RGB
CMYK
RGB Variations
Color information
#1860CE (or 0x1860CE) is known color: Denim. HEX triplet: 18, 60 and CE. RGB value is (24,96,206). Sum of RGB (Red+Green+Blue) = 24+96+206=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #1860CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1860CE is #E79F31. Grayscale: #565656. Windows color (decimal): -15179570 or 13525016. OLE color: 13525016.
HSL color Cylindrical-coordinate representation of color #1860CE: hue angle of 216.26º 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 #1860CE is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 96 | 206 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.19 |
| HSL | 216.26º | 0.79% | 0.45% | - |
| HSV(B) | 216.26º | 0.88% | 0.81% | - |
| XYZ | 15.7 | 13.02 | 60.08 | - |
| YUV | 87.01 | 195.15 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 206 | 0.88 | 0.53 | 0 | 0.19 | 216.26 | 0.79 | 0.45 |
| Hex | 18 | 60 | CE | 58 | 35 | 0 | 13 | D8 | 4F | 2D |
| Octal | 30 | 140 | 316 | 130 | 65 | 0 | 23 | 330 | 117 | 55 |
| Binary | 11000 | 1100000 | 11001110 | 1011000 | 110101 | 0 | 10011 | 11011000 | 1001111 | 101101 |
Color Harmonies of #1860CE
Complementary color
Monochromatic Colors of #1860CE
Black with #1860CE
Text Example
Text Example
White with #1860CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1860CE; }
p { color: rgb(24,96,206); }
H1.HeaderClassName
{
color: #1860CE;
}
.AnyTagClassName
{
color: #1860CE;
}
</style>
background-color css
<style>
a { background-color: #1860CE; }
a { background-color: rgb(24,96,206); }
div.DivClassName
{
background-color: #1860CE;
}
.BgClassName
{
background-color: #1860CE;
}
</style>
border-color css
<style>
span { border-color: #1860CE; }
span { border-color: rgb(24,96,206); }
td.TdClassName
{
border-color: #1860CE;
}
.TagClassName
{
border-color: #1860CE;
}
</style>