Shades of Denim #1864D6
Tints of Denim #1864D6
RGB
CMYK
RGB Variations
Color information
#1864D6 (or 0x1864D6) is known color: Denim. HEX triplet: 18, 64 and D6. RGB value is (24,100,214). Sum of RGB (Red+Green+Blue) = 24+100+214=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 214 (83.98% from 255 or 63.31% from 338); Max value from RGB is 214 - color contains mainly: blue. Hex color #1864D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1864D6 is #E79B29. Grayscale: #595959. Windows color (decimal): -15178538 or 14050328. OLE color: 14050328.
HSL color Cylindrical-coordinate representation of color #1864D6: hue angle of 216º 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 #1864D6 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 100 | 214 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.16 |
| HSL | 216º | 0.8% | 0.47% | - |
| HSV(B) | 216º | 0.89% | 0.84% | - |
| XYZ | 17.07 | 14.16 | 65.45 | - |
| YUV | 90.27 | 197.82 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 214 | 0.89 | 0.53 | 0 | 0.16 | 216 | 0.8 | 0.47 |
| Hex | 18 | 64 | D6 | 59 | 35 | 0 | 10 | D8 | 50 | 2F |
| Octal | 30 | 144 | 326 | 131 | 65 | 0 | 20 | 330 | 120 | 57 |
| Binary | 11000 | 1100100 | 11010110 | 1011001 | 110101 | 0 | 10000 | 11011000 | 1010000 | 101111 |
Color Harmonies of #1864D6
Complementary color
Monochromatic Colors of #1864D6
Black with #1864D6
Text Example
Text Example
White with #1864D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1864D6; }
p { color: rgb(24,100,214); }
H1.HeaderClassName
{
color: #1864D6;
}
.AnyTagClassName
{
color: #1864D6;
}
</style>
background-color css
<style>
a { background-color: #1864D6; }
a { background-color: rgb(24,100,214); }
div.DivClassName
{
background-color: #1864D6;
}
.BgClassName
{
background-color: #1864D6;
}
</style>
border-color css
<style>
span { border-color: #1864D6; }
span { border-color: rgb(24,100,214); }
td.TdClassName
{
border-color: #1864D6;
}
.TagClassName
{
border-color: #1864D6;
}
</style>