Shades of Denim #1858AB
Tints of Denim #1858AB
RGB
CMYK
RGB Variations
Color information
#1858AB (or 0x1858AB) is known color: Denim. HEX triplet: 18, 58 and AB. RGB value is (24,88,171). Sum of RGB (Red+Green+Blue) = 24+88+171=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #1858AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1858AB is #E7A754. Grayscale: #4D4D4D. Windows color (decimal): -15181653 or 11229208. OLE color: 11229208.
HSL color Cylindrical-coordinate representation of color #1858AB: hue angle of 213.88º 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 #1858AB is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 88 | 171 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.33 |
| HSL | 213.88º | 0.75% | 0.38% | - |
| HSV(B) | 213.88º | 0.86% | 0.67% | - |
| XYZ | 11.22 | 10.11 | 39.89 | - |
| YUV | 78.33 | 180.3 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 88 | 171 | 0.86 | 0.49 | 0 | 0.33 | 213.88 | 0.75 | 0.38 |
| Hex | 18 | 58 | AB | 56 | 31 | 0 | 21 | D6 | 4B | 26 |
| Octal | 30 | 130 | 253 | 126 | 61 | 0 | 41 | 326 | 113 | 46 |
| Binary | 11000 | 1011000 | 10101011 | 1010110 | 110001 | 0 | 100001 | 11010110 | 1001011 | 100110 |
Color Harmonies of #1858AB
Complementary color
Monochromatic Colors of #1858AB
Black with #1858AB
Text Example
Text Example
White with #1858AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1858AB; }
p { color: rgb(24,88,171); }
H1.HeaderClassName
{
color: #1858AB;
}
.AnyTagClassName
{
color: #1858AB;
}
</style>
background-color css
<style>
a { background-color: #1858AB; }
a { background-color: rgb(24,88,171); }
div.DivClassName
{
background-color: #1858AB;
}
.BgClassName
{
background-color: #1858AB;
}
</style>
border-color css
<style>
span { border-color: #1858AB; }
span { border-color: rgb(24,88,171); }
td.TdClassName
{
border-color: #1858AB;
}
.TagClassName
{
border-color: #1858AB;
}
</style>