Shades of Denim #155EAB
Tints of Denim #155EAB
RGB
CMYK
RGB Variations
Color information
#155EAB (or 0x155EAB) is known color: Denim. HEX triplet: 15, 5E and AB. RGB value is (21,94,171). Sum of RGB (Red+Green+Blue) = 21+94+171=286 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.34% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #155EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155EAB is #EAA154. Grayscale: #505050. Windows color (decimal): -15376725 or 11230741. OLE color: 11230741.
HSL color Cylindrical-coordinate representation of color #155EAB: hue angle of 210.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #155EAB is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 94 | 171 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.33 |
| HSL | 210.8º | 0.78% | 0.38% | - |
| HSV(B) | 210.8º | 0.88% | 0.67% | - |
| XYZ | 11.66 | 11.11 | 40.06 | - |
| YUV | 80.95 | 178.82 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 171 | 0.88 | 0.45 | 0 | 0.33 | 210.8 | 0.78 | 0.38 |
| Hex | 15 | 5E | AB | 58 | 2D | 0 | 21 | D3 | 4E | 26 |
| Octal | 25 | 136 | 253 | 130 | 55 | 0 | 41 | 323 | 116 | 46 |
| Binary | 10101 | 1011110 | 10101011 | 1011000 | 101101 | 0 | 100001 | 11010011 | 1001110 | 100110 |
Color Harmonies of #155EAB
Complementary color
Monochromatic Colors of #155EAB
Black with #155EAB
Text Example
Text Example
White with #155EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155EAB; }
p { color: rgb(21,94,171); }
H1.HeaderClassName
{
color: #155EAB;
}
.AnyTagClassName
{
color: #155EAB;
}
</style>
background-color css
<style>
a { background-color: #155EAB; }
a { background-color: rgb(21,94,171); }
div.DivClassName
{
background-color: #155EAB;
}
.BgClassName
{
background-color: #155EAB;
}
</style>
border-color css
<style>
span { border-color: #155EAB; }
span { border-color: rgb(21,94,171); }
td.TdClassName
{
border-color: #155EAB;
}
.TagClassName
{
border-color: #155EAB;
}
</style>