Shades of Denim #155EAA
Tints of Denim #155EAA
RGB
CMYK
RGB Variations
Color information
#155EAA (or 0x155EAA) is known color: Denim. HEX triplet: 15, 5E and AA. RGB value is (21,94,170). Sum of RGB (Red+Green+Blue) = 21+94+170=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #155EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155EAA is #EAA155. Grayscale: #505050. Windows color (decimal): -15376726 or 11165205. OLE color: 11165205.
HSL color Cylindrical-coordinate representation of color #155EAA: hue angle of 210.6º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #155EAA is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 94 | 170 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.33 |
| HSL | 210.6º | 0.78% | 0.37% | - |
| HSV(B) | 210.6º | 0.88% | 0.67% | - |
| XYZ | 11.57 | 11.07 | 39.56 | - |
| YUV | 80.84 | 178.32 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 170 | 0.88 | 0.45 | 0 | 0.33 | 210.6 | 0.78 | 0.37 |
| Hex | 15 | 5E | AA | 58 | 2D | 0 | 21 | D3 | 4E | 25 |
| Octal | 25 | 136 | 252 | 130 | 55 | 0 | 41 | 323 | 116 | 45 |
| Binary | 10101 | 1011110 | 10101010 | 1011000 | 101101 | 0 | 100001 | 11010011 | 1001110 | 100101 |
Color Harmonies of #155EAA
Complementary color
Monochromatic Colors of #155EAA
Black with #155EAA
Text Example
Text Example
White with #155EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155EAA; }
p { color: rgb(21,94,170); }
H1.HeaderClassName
{
color: #155EAA;
}
.AnyTagClassName
{
color: #155EAA;
}
</style>
background-color css
<style>
a { background-color: #155EAA; }
a { background-color: rgb(21,94,170); }
div.DivClassName
{
background-color: #155EAA;
}
.BgClassName
{
background-color: #155EAA;
}
</style>
border-color css
<style>
span { border-color: #155EAA; }
span { border-color: rgb(21,94,170); }
td.TdClassName
{
border-color: #155EAA;
}
.TagClassName
{
border-color: #155EAA;
}
</style>