Shades of Denim #155AAE
Tints of Denim #155AAE
RGB
CMYK
RGB Variations
Color information
#155AAE (or 0x155AAE) is known color: Denim. HEX triplet: 15, 5A and AE. RGB value is (21,90,174). Sum of RGB (Red+Green+Blue) = 21+90+174=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #155AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155AAE is #EAA551. Grayscale: #4E4E4E. Windows color (decimal): -15377746 or 11426325. OLE color: 11426325.
HSL color Cylindrical-coordinate representation of color #155AAE: hue angle of 212.94º 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 #155AAE is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 21 | 90 | 174 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.32 |
| HSL | 212.94º | 0.78% | 0.38% | - |
| HSV(B) | 212.94º | 0.88% | 0.68% | - |
| XYZ | 11.61 | 10.53 | 41.46 | - |
| YUV | 78.95 | 181.64 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 174 | 0.88 | 0.48 | 0 | 0.32 | 212.94 | 0.78 | 0.38 |
| Hex | 15 | 5A | AE | 58 | 30 | 0 | 20 | D5 | 4E | 26 |
| Octal | 25 | 132 | 256 | 130 | 60 | 0 | 40 | 325 | 116 | 46 |
| Binary | 10101 | 1011010 | 10101110 | 1011000 | 110000 | 0 | 100000 | 11010101 | 1001110 | 100110 |
Color Harmonies of #155AAE
Complementary color
Monochromatic Colors of #155AAE
Black with #155AAE
Text Example
Text Example
White with #155AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155AAE; }
p { color: rgb(21,90,174); }
H1.HeaderClassName
{
color: #155AAE;
}
.AnyTagClassName
{
color: #155AAE;
}
</style>
background-color css
<style>
a { background-color: #155AAE; }
a { background-color: rgb(21,90,174); }
div.DivClassName
{
background-color: #155AAE;
}
.BgClassName
{
background-color: #155AAE;
}
</style>
border-color css
<style>
span { border-color: #155AAE; }
span { border-color: rgb(21,90,174); }
td.TdClassName
{
border-color: #155AAE;
}
.TagClassName
{
border-color: #155AAE;
}
</style>