Shades of Denim #1862AB
Tints of Denim #1862AB
RGB
CMYK
RGB Variations
Color information
#1862AB (or 0x1862AB) is known color: Denim. HEX triplet: 18, 62 and AB. RGB value is (24,98,171). Sum of RGB (Red+Green+Blue) = 24+98+171=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #1862AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1862AB is #E79D54. Grayscale: #535353. Windows color (decimal): -15179093 or 11231768. OLE color: 11231768.
HSL color Cylindrical-coordinate representation of color #1862AB: hue angle of 209.8º 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 #1862AB is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 98 | 171 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.33 |
| HSL | 209.8º | 0.75% | 0.38% | - |
| HSV(B) | 209.8º | 0.86% | 0.67% | - |
| XYZ | 12.1 | 11.87 | 40.18 | - |
| YUV | 84.2 | 176.98 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 98 | 171 | 0.86 | 0.43 | 0 | 0.33 | 209.8 | 0.75 | 0.38 |
| Hex | 18 | 62 | AB | 56 | 2B | 0 | 21 | D2 | 4B | 26 |
| Octal | 30 | 142 | 253 | 126 | 53 | 0 | 41 | 322 | 113 | 46 |
| Binary | 11000 | 1100010 | 10101011 | 1010110 | 101011 | 0 | 100001 | 11010010 | 1001011 | 100110 |
Color Harmonies of #1862AB
Complementary color
Monochromatic Colors of #1862AB
Black with #1862AB
Text Example
Text Example
White with #1862AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1862AB; }
p { color: rgb(24,98,171); }
H1.HeaderClassName
{
color: #1862AB;
}
.AnyTagClassName
{
color: #1862AB;
}
</style>
background-color css
<style>
a { background-color: #1862AB; }
a { background-color: rgb(24,98,171); }
div.DivClassName
{
background-color: #1862AB;
}
.BgClassName
{
background-color: #1862AB;
}
</style>
border-color css
<style>
span { border-color: #1862AB; }
span { border-color: rgb(24,98,171); }
td.TdClassName
{
border-color: #1862AB;
}
.TagClassName
{
border-color: #1862AB;
}
</style>