Shades of Denim #155EAD
Tints of Denim #155EAD
RGB
CMYK
RGB Variations
Color information
#155EAD (or 0x155EAD) is known color: Denim. HEX triplet: 15, 5E and AD. RGB value is (21,94,173). Sum of RGB (Red+Green+Blue) = 21+94+173=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #155EAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155EAD is #EAA152. Grayscale: #505050. Windows color (decimal): -15376723 or 11361813. OLE color: 11361813.
HSL color Cylindrical-coordinate representation of color #155EAD: hue angle of 211.18º 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 #155EAD is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 94 | 173 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.32 |
| HSL | 211.18º | 0.78% | 0.38% | - |
| HSV(B) | 211.18º | 0.88% | 0.68% | - |
| XYZ | 11.85 | 11.18 | 41.07 | - |
| YUV | 81.18 | 179.82 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 173 | 0.88 | 0.46 | 0 | 0.32 | 211.18 | 0.78 | 0.38 |
| Hex | 15 | 5E | AD | 58 | 2E | 0 | 20 | D3 | 4E | 26 |
| Octal | 25 | 136 | 255 | 130 | 56 | 0 | 40 | 323 | 116 | 46 |
| Binary | 10101 | 1011110 | 10101101 | 1011000 | 101110 | 0 | 100000 | 11010011 | 1001110 | 100110 |
Color Harmonies of #155EAD
Complementary color
Monochromatic Colors of #155EAD
Black with #155EAD
Text Example
Text Example
White with #155EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155EAD; }
p { color: rgb(21,94,173); }
H1.HeaderClassName
{
color: #155EAD;
}
.AnyTagClassName
{
color: #155EAD;
}
</style>
background-color css
<style>
a { background-color: #155EAD; }
a { background-color: rgb(21,94,173); }
div.DivClassName
{
background-color: #155EAD;
}
.BgClassName
{
background-color: #155EAD;
}
</style>
border-color css
<style>
span { border-color: #155EAD; }
span { border-color: rgb(21,94,173); }
td.TdClassName
{
border-color: #155EAD;
}
.TagClassName
{
border-color: #155EAD;
}
</style>