Shades of Denim #1864CF
Tints of Denim #1864CF
RGB
CMYK
RGB Variations
Color information
#1864CF (or 0x1864CF) is known color: Denim. HEX triplet: 18, 64 and CF. RGB value is (24,100,207). Sum of RGB (Red+Green+Blue) = 24+100+207=331 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.25% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #1864CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1864CF is #E79B30. Grayscale: #585858. Windows color (decimal): -15178545 or 13591576. OLE color: 13591576.
HSL color Cylindrical-coordinate representation of color #1864CF: hue angle of 215.08º 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 #1864CF is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 100 | 207 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.19 |
| HSL | 215.08º | 0.79% | 0.45% | - |
| HSV(B) | 215.08º | 0.88% | 0.81% | - |
| XYZ | 16.2 | 13.81 | 60.84 | - |
| YUV | 89.47 | 194.32 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 207 | 0.88 | 0.52 | 0 | 0.19 | 215.08 | 0.79 | 0.45 |
| Hex | 18 | 64 | CF | 58 | 34 | 0 | 13 | D7 | 4F | 2D |
| Octal | 30 | 144 | 317 | 130 | 64 | 0 | 23 | 327 | 117 | 55 |
| Binary | 11000 | 1100100 | 11001111 | 1011000 | 110100 | 0 | 10011 | 11010111 | 1001111 | 101101 |
Color Harmonies of #1864CF
Complementary color
Monochromatic Colors of #1864CF
Black with #1864CF
Text Example
Text Example
White with #1864CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1864CF; }
p { color: rgb(24,100,207); }
H1.HeaderClassName
{
color: #1864CF;
}
.AnyTagClassName
{
color: #1864CF;
}
</style>
background-color css
<style>
a { background-color: #1864CF; }
a { background-color: rgb(24,100,207); }
div.DivClassName
{
background-color: #1864CF;
}
.BgClassName
{
background-color: #1864CF;
}
</style>
border-color css
<style>
span { border-color: #1864CF; }
span { border-color: rgb(24,100,207); }
td.TdClassName
{
border-color: #1864CF;
}
.TagClassName
{
border-color: #1864CF;
}
</style>