Shades of Denim #1864D4
Tints of Denim #1864D4
RGB
CMYK
RGB Variations
Color information
#1864D4 (or 0x1864D4) is known color: Denim. HEX triplet: 18, 64 and D4. RGB value is (24,100,212). Sum of RGB (Red+Green+Blue) = 24+100+212=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 212 (83.20% from 255 or 63.10% from 336); Max value from RGB is 212 - color contains mainly: blue. Hex color #1864D4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1864D4 is #E79B2B. Grayscale: #595959. Windows color (decimal): -15178540 or 13919256. OLE color: 13919256.
HSL color Cylindrical-coordinate representation of color #1864D4: hue angle of 215.74º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1864D4 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 24 | 100 | 212 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.17 |
| HSL | 215.74º | 0.8% | 0.46% | - |
| HSV(B) | 215.74º | 0.89% | 0.83% | - |
| XYZ | 16.82 | 14.06 | 64.12 | - |
| YUV | 90.04 | 196.82 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 212 | 0.89 | 0.53 | 0 | 0.17 | 215.74 | 0.8 | 0.46 |
| Hex | 18 | 64 | D4 | 59 | 35 | 0 | 11 | D8 | 50 | 2E |
| Octal | 30 | 144 | 324 | 131 | 65 | 0 | 21 | 330 | 120 | 56 |
| Binary | 11000 | 1100100 | 11010100 | 1011001 | 110101 | 0 | 10001 | 11011000 | 1010000 | 101110 |
Color Harmonies of #1864D4
Complementary color
Monochromatic Colors of #1864D4
Black with #1864D4
Text Example
Text Example
White with #1864D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1864D4; }
p { color: rgb(24,100,212); }
H1.HeaderClassName
{
color: #1864D4;
}
.AnyTagClassName
{
color: #1864D4;
}
</style>
background-color css
<style>
a { background-color: #1864D4; }
a { background-color: rgb(24,100,212); }
div.DivClassName
{
background-color: #1864D4;
}
.BgClassName
{
background-color: #1864D4;
}
</style>
border-color css
<style>
span { border-color: #1864D4; }
span { border-color: rgb(24,100,212); }
td.TdClassName
{
border-color: #1864D4;
}
.TagClassName
{
border-color: #1864D4;
}
</style>