Shades of Denim #1864BF
Tints of Denim #1864BF
RGB
CMYK
RGB Variations
Color information
#1864BF (or 0x1864BF) is known color: Denim. HEX triplet: 18, 64 and BF. RGB value is (24,100,191). Sum of RGB (Red+Green+Blue) = 24+100+191=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #1864BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1864BF is #E79B40. Grayscale: #575757. Windows color (decimal): -15178561 or 12543000. OLE color: 12543000.
HSL color Cylindrical-coordinate representation of color #1864BF: hue angle of 212.69º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1864BF is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 100 | 191 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.25 |
| HSL | 212.69º | 0.78% | 0.42% | - |
| HSV(B) | 212.69º | 0.87% | 0.75% | - |
| XYZ | 14.34 | 13.07 | 51.06 | - |
| YUV | 87.65 | 186.32 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 191 | 0.87 | 0.48 | 0 | 0.25 | 212.69 | 0.78 | 0.42 |
| Hex | 18 | 64 | BF | 57 | 30 | 0 | 19 | D5 | 4E | 2A |
| Octal | 30 | 144 | 277 | 127 | 60 | 0 | 31 | 325 | 116 | 52 |
| Binary | 11000 | 1100100 | 10111111 | 1010111 | 110000 | 0 | 11001 | 11010101 | 1001110 | 101010 |
Color Harmonies of #1864BF
Complementary color
Monochromatic Colors of #1864BF
Black with #1864BF
Text Example
Text Example
White with #1864BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1864BF; }
p { color: rgb(24,100,191); }
H1.HeaderClassName
{
color: #1864BF;
}
.AnyTagClassName
{
color: #1864BF;
}
</style>
background-color css
<style>
a { background-color: #1864BF; }
a { background-color: rgb(24,100,191); }
div.DivClassName
{
background-color: #1864BF;
}
.BgClassName
{
background-color: #1864BF;
}
</style>
border-color css
<style>
span { border-color: #1864BF; }
span { border-color: rgb(24,100,191); }
td.TdClassName
{
border-color: #1864BF;
}
.TagClassName
{
border-color: #1864BF;
}
</style>