Shades of Denim #155EC0
Tints of Denim #155EC0
RGB
CMYK
RGB Variations
Color information
#155EC0 (or 0x155EC0) is known color: Denim. HEX triplet: 15, 5E and C0. RGB value is (21,94,192). Sum of RGB (Red+Green+Blue) = 21+94+192=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #155EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155EC0 is #EAA13F. Grayscale: #525252. Windows color (decimal): -15376704 or 12606997. OLE color: 12606997.
HSL color Cylindrical-coordinate representation of color #155EC0: hue angle of 214.39º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155EC0 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 94 | 192 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.25 |
| HSL | 214.39º | 0.8% | 0.42% | - |
| HSV(B) | 214.39º | 0.89% | 0.75% | - |
| XYZ | 13.83 | 11.97 | 51.45 | - |
| YUV | 83.35 | 189.32 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 192 | 0.89 | 0.51 | 0 | 0.25 | 214.39 | 0.8 | 0.42 |
| Hex | 15 | 5E | C0 | 59 | 33 | 0 | 19 | D6 | 50 | 2A |
| Octal | 25 | 136 | 300 | 131 | 63 | 0 | 31 | 326 | 120 | 52 |
| Binary | 10101 | 1011110 | 11000000 | 1011001 | 110011 | 0 | 11001 | 11010110 | 1010000 | 101010 |
Color Harmonies of #155EC0
Complementary color
Monochromatic Colors of #155EC0
Black with #155EC0
Text Example
Text Example
White with #155EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155EC0; }
p { color: rgb(21,94,192); }
H1.HeaderClassName
{
color: #155EC0;
}
.AnyTagClassName
{
color: #155EC0;
}
</style>
background-color css
<style>
a { background-color: #155EC0; }
a { background-color: rgb(21,94,192); }
div.DivClassName
{
background-color: #155EC0;
}
.BgClassName
{
background-color: #155EC0;
}
</style>
border-color css
<style>
span { border-color: #155EC0; }
span { border-color: rgb(21,94,192); }
td.TdClassName
{
border-color: #155EC0;
}
.TagClassName
{
border-color: #155EC0;
}
</style>