Shades of Denim #1558AD
Tints of Denim #1558AD
RGB
CMYK
RGB Variations
Color information
#1558AD (or 0x1558AD) is known color: Denim. HEX triplet: 15, 58 and AD. RGB value is (21,88,173). Sum of RGB (Red+Green+Blue) = 21+88+173=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #1558AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1558AD is #EAA752. Grayscale: #4D4D4D. Windows color (decimal): -15378259 or 11360277. OLE color: 11360277.
HSL color Cylindrical-coordinate representation of color #1558AD: hue angle of 213.55º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1558AD is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 88 | 173 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.32 |
| HSL | 213.55º | 0.78% | 0.38% | - |
| HSV(B) | 213.55º | 0.88% | 0.68% | - |
| XYZ | 11.34 | 10.16 | 40.9 | - |
| YUV | 77.66 | 181.8 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 173 | 0.88 | 0.49 | 0 | 0.32 | 213.55 | 0.78 | 0.38 |
| Hex | 15 | 58 | AD | 58 | 31 | 0 | 20 | D6 | 4E | 26 |
| Octal | 25 | 130 | 255 | 130 | 61 | 0 | 40 | 326 | 116 | 46 |
| Binary | 10101 | 1011000 | 10101101 | 1011000 | 110001 | 0 | 100000 | 11010110 | 1001110 | 100110 |
Color Harmonies of #1558AD
Complementary color
Monochromatic Colors of #1558AD
Black with #1558AD
Text Example
Text Example
White with #1558AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1558AD; }
p { color: rgb(21,88,173); }
H1.HeaderClassName
{
color: #1558AD;
}
.AnyTagClassName
{
color: #1558AD;
}
</style>
background-color css
<style>
a { background-color: #1558AD; }
a { background-color: rgb(21,88,173); }
div.DivClassName
{
background-color: #1558AD;
}
.BgClassName
{
background-color: #1558AD;
}
</style>
border-color css
<style>
span { border-color: #1558AD; }
span { border-color: rgb(21,88,173); }
td.TdClassName
{
border-color: #1558AD;
}
.TagClassName
{
border-color: #1558AD;
}
</style>