Shades of Denim #1860AB
Tints of Denim #1860AB
RGB
CMYK
RGB Variations
Color information
#1860AB (or 0x1860AB) is known color: Denim. HEX triplet: 18, 60 and AB. RGB value is (24,96,171). Sum of RGB (Red+Green+Blue) = 24+96+171=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #1860AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1860AB is #E79F54. Grayscale: #525252. Windows color (decimal): -15179605 or 11231256. OLE color: 11231256.
HSL color Cylindrical-coordinate representation of color #1860AB: hue angle of 210.61º 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 #1860AB is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 96 | 171 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.33 |
| HSL | 210.61º | 0.75% | 0.38% | - |
| HSV(B) | 210.61º | 0.86% | 0.67% | - |
| XYZ | 11.91 | 11.5 | 40.12 | - |
| YUV | 83.02 | 177.65 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 171 | 0.86 | 0.44 | 0 | 0.33 | 210.61 | 0.75 | 0.38 |
| Hex | 18 | 60 | AB | 56 | 2C | 0 | 21 | D3 | 4B | 26 |
| Octal | 30 | 140 | 253 | 126 | 54 | 0 | 41 | 323 | 113 | 46 |
| Binary | 11000 | 1100000 | 10101011 | 1010110 | 101100 | 0 | 100001 | 11010011 | 1001011 | 100110 |
Color Harmonies of #1860AB
Complementary color
Monochromatic Colors of #1860AB
Black with #1860AB
Text Example
Text Example
White with #1860AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1860AB; }
p { color: rgb(24,96,171); }
H1.HeaderClassName
{
color: #1860AB;
}
.AnyTagClassName
{
color: #1860AB;
}
</style>
background-color css
<style>
a { background-color: #1860AB; }
a { background-color: rgb(24,96,171); }
div.DivClassName
{
background-color: #1860AB;
}
.BgClassName
{
background-color: #1860AB;
}
</style>
border-color css
<style>
span { border-color: #1860AB; }
span { border-color: rgb(24,96,171); }
td.TdClassName
{
border-color: #1860AB;
}
.TagClassName
{
border-color: #1860AB;
}
</style>