Shades of Denim #1555AD
Tints of Denim #1555AD
RGB
CMYK
RGB Variations
Color information
#1555AD (or 0x1555AD) is known color: Denim. HEX triplet: 15, 55 and AD. RGB value is (21,85,173). Sum of RGB (Red+Green+Blue) = 21+85+173=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #1555AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1555AD is #EAAA52. Grayscale: #4B4B4B. Windows color (decimal): -15379027 or 11359509. OLE color: 11359509.
HSL color Cylindrical-coordinate representation of color #1555AD: hue angle of 214.74º 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 #1555AD is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 85 | 173 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.32 |
| HSL | 214.74º | 0.78% | 0.38% | - |
| HSV(B) | 214.74º | 0.88% | 0.68% | - |
| XYZ | 11.1 | 9.67 | 40.82 | - |
| YUV | 75.9 | 182.8 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 173 | 0.88 | 0.51 | 0 | 0.32 | 214.74 | 0.78 | 0.38 |
| Hex | 15 | 55 | AD | 58 | 33 | 0 | 20 | D7 | 4E | 26 |
| Octal | 25 | 125 | 255 | 130 | 63 | 0 | 40 | 327 | 116 | 46 |
| Binary | 10101 | 1010101 | 10101101 | 1011000 | 110011 | 0 | 100000 | 11010111 | 1001110 | 100110 |
Color Harmonies of #1555AD
Complementary color
Monochromatic Colors of #1555AD
Black with #1555AD
Text Example
Text Example
White with #1555AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1555AD; }
p { color: rgb(21,85,173); }
H1.HeaderClassName
{
color: #1555AD;
}
.AnyTagClassName
{
color: #1555AD;
}
</style>
background-color css
<style>
a { background-color: #1555AD; }
a { background-color: rgb(21,85,173); }
div.DivClassName
{
background-color: #1555AD;
}
.BgClassName
{
background-color: #1555AD;
}
</style>
border-color css
<style>
span { border-color: #1555AD; }
span { border-color: rgb(21,85,173); }
td.TdClassName
{
border-color: #1555AD;
}
.TagClassName
{
border-color: #1555AD;
}
</style>