Shades of Denim #1864B6
Tints of Denim #1864B6
RGB
CMYK
RGB Variations
Color information
#1864B6 (or 0x1864B6) is known color: Denim. HEX triplet: 18, 64 and B6. RGB value is (24,100,182). Sum of RGB (Red+Green+Blue) = 24+100+182=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 182 (71.48% from 255 or 59.48% from 306); Max value from RGB is 182 - color contains mainly: blue. Hex color #1864B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1864B6 is #E79B49. Grayscale: #565656. Windows color (decimal): -15178570 or 11953176. OLE color: 11953176.
HSL color Cylindrical-coordinate representation of color #1864B6: hue angle of 211.14º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1864B6 is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 100 | 182 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.29 |
| HSL | 211.14º | 0.77% | 0.4% | - |
| HSV(B) | 211.14º | 0.87% | 0.71% | - |
| XYZ | 13.38 | 12.69 | 46 | - |
| YUV | 86.62 | 181.82 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 182 | 0.87 | 0.45 | 0 | 0.29 | 211.14 | 0.77 | 0.4 |
| Hex | 18 | 64 | B6 | 57 | 2D | 0 | 1D | D3 | 4D | 28 |
| Octal | 30 | 144 | 266 | 127 | 55 | 0 | 35 | 323 | 115 | 50 |
| Binary | 11000 | 1100100 | 10110110 | 1010111 | 101101 | 0 | 11101 | 11010011 | 1001101 | 101000 |
Color Harmonies of #1864B6
Complementary color
Monochromatic Colors of #1864B6
Black with #1864B6
Text Example
Text Example
White with #1864B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1864B6; }
p { color: rgb(24,100,182); }
H1.HeaderClassName
{
color: #1864B6;
}
.AnyTagClassName
{
color: #1864B6;
}
</style>
background-color css
<style>
a { background-color: #1864B6; }
a { background-color: rgb(24,100,182); }
div.DivClassName
{
background-color: #1864B6;
}
.BgClassName
{
background-color: #1864B6;
}
</style>
border-color css
<style>
span { border-color: #1864B6; }
span { border-color: rgb(24,100,182); }
td.TdClassName
{
border-color: #1864B6;
}
.TagClassName
{
border-color: #1864B6;
}
</style>