Shades of Denim #1864C4
Tints of Denim #1864C4
RGB
CMYK
RGB Variations
Color information
#1864C4 (or 0x1864C4) is known color: Denim. HEX triplet: 18, 64 and C4. RGB value is (24,100,196). Sum of RGB (Red+Green+Blue) = 24+100+196=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 196 (76.95% from 255 or 61.25% from 320); Max value from RGB is 196 - color contains mainly: blue. Hex color #1864C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1864C4 is #E79B3B. Grayscale: #575757. Windows color (decimal): -15178556 or 12870680. OLE color: 12870680.
HSL color Cylindrical-coordinate representation of color #1864C4: hue angle of 213.49º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1864C4 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 100 | 196 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.23 |
| HSL | 213.49º | 0.78% | 0.43% | - |
| HSV(B) | 213.49º | 0.88% | 0.77% | - |
| XYZ | 14.9 | 13.29 | 54.01 | - |
| YUV | 88.22 | 188.82 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 196 | 0.88 | 0.49 | 0 | 0.23 | 213.49 | 0.78 | 0.43 |
| Hex | 18 | 64 | C4 | 58 | 31 | 0 | 17 | D5 | 4E | 2B |
| Octal | 30 | 144 | 304 | 130 | 61 | 0 | 27 | 325 | 116 | 53 |
| Binary | 11000 | 1100100 | 11000100 | 1011000 | 110001 | 0 | 10111 | 11010101 | 1001110 | 101011 |
Color Harmonies of #1864C4
Complementary color
Monochromatic Colors of #1864C4
Black with #1864C4
Text Example
Text Example
White with #1864C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1864C4; }
p { color: rgb(24,100,196); }
H1.HeaderClassName
{
color: #1864C4;
}
.AnyTagClassName
{
color: #1864C4;
}
</style>
background-color css
<style>
a { background-color: #1864C4; }
a { background-color: rgb(24,100,196); }
div.DivClassName
{
background-color: #1864C4;
}
.BgClassName
{
background-color: #1864C4;
}
</style>
border-color css
<style>
span { border-color: #1864C4; }
span { border-color: rgb(24,100,196); }
td.TdClassName
{
border-color: #1864C4;
}
.TagClassName
{
border-color: #1864C4;
}
</style>