Shades of Denim #1860A2
Tints of Denim #1860A2
RGB
CMYK
RGB Variations
Color information
#1860A2 (or 0x1860A2) is known color: Denim. HEX triplet: 18, 60 and A2. RGB value is (24,96,162). Sum of RGB (Red+Green+Blue) = 24+96+162=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 162 (63.67% from 255 or 57.45% from 282); Max value from RGB is 162 - color contains mainly: blue. Hex color #1860A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1860A2 is #E79F5D. Grayscale: #515151. Windows color (decimal): -15179614 or 10641432. OLE color: 10641432.
HSL color Cylindrical-coordinate representation of color #1860A2: hue angle of 208.7º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1860A2 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 96 | 162 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.36 |
| HSL | 208.7º | 0.74% | 0.36% | - |
| HSV(B) | 208.7º | 0.85% | 0.64% | - |
| XYZ | 11.08 | 11.17 | 35.75 | - |
| YUV | 82 | 173.15 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 162 | 0.85 | 0.41 | 0 | 0.36 | 208.7 | 0.74 | 0.36 |
| Hex | 18 | 60 | A2 | 55 | 29 | 0 | 24 | D1 | 4A | 24 |
| Octal | 30 | 140 | 242 | 125 | 51 | 0 | 44 | 321 | 112 | 44 |
| Binary | 11000 | 1100000 | 10100010 | 1010101 | 101001 | 0 | 100100 | 11010001 | 1001010 | 100100 |
Color Harmonies of #1860A2
Complementary color
Monochromatic Colors of #1860A2
Black with #1860A2
Text Example
Text Example
White with #1860A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1860A2; }
p { color: rgb(24,96,162); }
H1.HeaderClassName
{
color: #1860A2;
}
.AnyTagClassName
{
color: #1860A2;
}
</style>
background-color css
<style>
a { background-color: #1860A2; }
a { background-color: rgb(24,96,162); }
div.DivClassName
{
background-color: #1860A2;
}
.BgClassName
{
background-color: #1860A2;
}
</style>
border-color css
<style>
span { border-color: #1860A2; }
span { border-color: rgb(24,96,162); }
td.TdClassName
{
border-color: #1860A2;
}
.TagClassName
{
border-color: #1860A2;
}
</style>