Shades of Denim #1864AB
Tints of Denim #1864AB
RGB
CMYK
RGB Variations
Color information
#1864AB (or 0x1864AB) is known color: Denim. HEX triplet: 18, 64 and AB. RGB value is (24,100,171). Sum of RGB (Red+Green+Blue) = 24+100+171=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #1864AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1864AB is #E79B54. Grayscale: #555555. Windows color (decimal): -15178581 or 11232280. OLE color: 11232280.
HSL color Cylindrical-coordinate representation of color #1864AB: hue angle of 208.98º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1864AB is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 100 | 171 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.33 |
| HSL | 208.98º | 0.75% | 0.38% | - |
| HSV(B) | 208.98º | 0.86% | 0.67% | - |
| XYZ | 12.28 | 12.25 | 40.24 | - |
| YUV | 85.37 | 176.32 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 171 | 0.86 | 0.42 | 0 | 0.33 | 208.98 | 0.75 | 0.38 |
| Hex | 18 | 64 | AB | 56 | 2A | 0 | 21 | D1 | 4B | 26 |
| Octal | 30 | 144 | 253 | 126 | 52 | 0 | 41 | 321 | 113 | 46 |
| Binary | 11000 | 1100100 | 10101011 | 1010110 | 101010 | 0 | 100001 | 11010001 | 1001011 | 100110 |
Color Harmonies of #1864AB
Complementary color
Monochromatic Colors of #1864AB
Black with #1864AB
Text Example
Text Example
White with #1864AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1864AB; }
p { color: rgb(24,100,171); }
H1.HeaderClassName
{
color: #1864AB;
}
.AnyTagClassName
{
color: #1864AB;
}
</style>
background-color css
<style>
a { background-color: #1864AB; }
a { background-color: rgb(24,100,171); }
div.DivClassName
{
background-color: #1864AB;
}
.BgClassName
{
background-color: #1864AB;
}
</style>
border-color css
<style>
span { border-color: #1864AB; }
span { border-color: rgb(24,100,171); }
td.TdClassName
{
border-color: #1864AB;
}
.TagClassName
{
border-color: #1864AB;
}
</style>