Shades of Denim #155EC1
Tints of Denim #155EC1
RGB
CMYK
RGB Variations
Color information
#155EC1 (or 0x155EC1) is known color: Denim. HEX triplet: 15, 5E and C1. RGB value is (21,94,193). Sum of RGB (Red+Green+Blue) = 21+94+193=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 193 (75.78% from 255 or 62.66% from 308); Max value from RGB is 193 - color contains mainly: blue. Hex color #155EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155EC1 is #EAA13E. Grayscale: #525252. Windows color (decimal): -15376703 or 12672533. OLE color: 12672533.
HSL color Cylindrical-coordinate representation of color #155EC1: hue angle of 214.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155EC1 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 94 | 193 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.24 |
| HSL | 214.53º | 0.8% | 0.42% | - |
| HSV(B) | 214.53º | 0.89% | 0.76% | - |
| XYZ | 13.94 | 12.02 | 52.04 | - |
| YUV | 83.46 | 189.82 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 193 | 0.89 | 0.51 | 0 | 0.24 | 214.53 | 0.8 | 0.42 |
| Hex | 15 | 5E | C1 | 59 | 33 | 0 | 18 | D7 | 50 | 2A |
| Octal | 25 | 136 | 301 | 131 | 63 | 0 | 30 | 327 | 120 | 52 |
| Binary | 10101 | 1011110 | 11000001 | 1011001 | 110011 | 0 | 11000 | 11010111 | 1010000 | 101010 |
Color Harmonies of #155EC1
Complementary color
Monochromatic Colors of #155EC1
Black with #155EC1
Text Example
Text Example
White with #155EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155EC1; }
p { color: rgb(21,94,193); }
H1.HeaderClassName
{
color: #155EC1;
}
.AnyTagClassName
{
color: #155EC1;
}
</style>
background-color css
<style>
a { background-color: #155EC1; }
a { background-color: rgb(21,94,193); }
div.DivClassName
{
background-color: #155EC1;
}
.BgClassName
{
background-color: #155EC1;
}
</style>
border-color css
<style>
span { border-color: #155EC1; }
span { border-color: rgb(21,94,193); }
td.TdClassName
{
border-color: #155EC1;
}
.TagClassName
{
border-color: #155EC1;
}
</style>