Shades of Denim #1858D6
Tints of Denim #1858D6
RGB
CMYK
RGB Variations
Color information
#1858D6 (or 0x1858D6) is known color: Denim. HEX triplet: 18, 58 and D6. RGB value is (24,88,214). Sum of RGB (Red+Green+Blue) = 24+88+214=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 214 (83.98% from 255 or 65.64% from 326); Max value from RGB is 214 - color contains mainly: blue. Hex color #1858D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1858D6 is #E7A729. Grayscale: #525252. Windows color (decimal): -15181610 or 14047256. OLE color: 14047256.
HSL color Cylindrical-coordinate representation of color #1858D6: hue angle of 219.79º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1858D6 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 88 | 214 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.16 |
| HSL | 219.79º | 0.8% | 0.47% | - |
| HSV(B) | 219.79º | 0.89% | 0.84% | - |
| XYZ | 16 | 12.03 | 65.1 | - |
| YUV | 83.23 | 201.8 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 88 | 214 | 0.89 | 0.59 | 0 | 0.16 | 219.79 | 0.8 | 0.47 |
| Hex | 18 | 58 | D6 | 59 | 3B | 0 | 10 | DC | 50 | 2F |
| Octal | 30 | 130 | 326 | 131 | 73 | 0 | 20 | 334 | 120 | 57 |
| Binary | 11000 | 1011000 | 11010110 | 1011001 | 111011 | 0 | 10000 | 11011100 | 1010000 | 101111 |
Color Harmonies of #1858D6
Complementary color
Monochromatic Colors of #1858D6
Black with #1858D6
Text Example
Text Example
White with #1858D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1858D6; }
p { color: rgb(24,88,214); }
H1.HeaderClassName
{
color: #1858D6;
}
.AnyTagClassName
{
color: #1858D6;
}
</style>
background-color css
<style>
a { background-color: #1858D6; }
a { background-color: rgb(24,88,214); }
div.DivClassName
{
background-color: #1858D6;
}
.BgClassName
{
background-color: #1858D6;
}
</style>
border-color css
<style>
span { border-color: #1858D6; }
span { border-color: rgb(24,88,214); }
td.TdClassName
{
border-color: #1858D6;
}
.TagClassName
{
border-color: #1858D6;
}
</style>