Shades of Denim #155EAC
Tints of Denim #155EAC
RGB
CMYK
RGB Variations
Color information
#155EAC (or 0x155EAC) is known color: Denim. HEX triplet: 15, 5E and AC. RGB value is (21,94,172). Sum of RGB (Red+Green+Blue) = 21+94+172=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #155EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155EAC is #EAA153. Grayscale: #505050. Windows color (decimal): -15376724 or 11296277. OLE color: 11296277.
HSL color Cylindrical-coordinate representation of color #155EAC: hue angle of 210.99º 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 #155EAC is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 94 | 172 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.33 |
| HSL | 210.99º | 0.78% | 0.38% | - |
| HSV(B) | 210.99º | 0.88% | 0.67% | - |
| XYZ | 11.76 | 11.14 | 40.56 | - |
| YUV | 81.07 | 179.32 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 172 | 0.88 | 0.45 | 0 | 0.33 | 210.99 | 0.78 | 0.38 |
| Hex | 15 | 5E | AC | 58 | 2D | 0 | 21 | D3 | 4E | 26 |
| Octal | 25 | 136 | 254 | 130 | 55 | 0 | 41 | 323 | 116 | 46 |
| Binary | 10101 | 1011110 | 10101100 | 1011000 | 101101 | 0 | 100001 | 11010011 | 1001110 | 100110 |
Color Harmonies of #155EAC
Complementary color
Monochromatic Colors of #155EAC
Black with #155EAC
Text Example
Text Example
White with #155EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155EAC; }
p { color: rgb(21,94,172); }
H1.HeaderClassName
{
color: #155EAC;
}
.AnyTagClassName
{
color: #155EAC;
}
</style>
background-color css
<style>
a { background-color: #155EAC; }
a { background-color: rgb(21,94,172); }
div.DivClassName
{
background-color: #155EAC;
}
.BgClassName
{
background-color: #155EAC;
}
</style>
border-color css
<style>
span { border-color: #155EAC; }
span { border-color: rgb(21,94,172); }
td.TdClassName
{
border-color: #155EAC;
}
.TagClassName
{
border-color: #155EAC;
}
</style>