Shades of Denim #155EBB
Tints of Denim #155EBB
RGB
CMYK
RGB Variations
Color information
#155EBB (or 0x155EBB) is known color: Denim. HEX triplet: 15, 5E and BB. RGB value is (21,94,187). Sum of RGB (Red+Green+Blue) = 21+94+187=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #155EBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155EBB is #EAA144. Grayscale: #525252. Windows color (decimal): -15376709 or 12279317. OLE color: 12279317.
HSL color Cylindrical-coordinate representation of color #155EBB: hue angle of 213.61º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155EBB is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 94 | 187 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.27 |
| HSL | 213.61º | 0.8% | 0.41% | - |
| HSV(B) | 213.61º | 0.89% | 0.73% | - |
| XYZ | 13.28 | 11.75 | 48.58 | - |
| YUV | 82.78 | 186.82 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 187 | 0.89 | 0.50 | 0 | 0.27 | 213.61 | 0.8 | 0.41 |
| Hex | 15 | 5E | BB | 59 | 32 | 0 | 1B | D6 | 50 | 29 |
| Octal | 25 | 136 | 273 | 131 | 62 | 0 | 33 | 326 | 120 | 51 |
| Binary | 10101 | 1011110 | 10111011 | 1011001 | 110010 | 0 | 11011 | 11010110 | 1010000 | 101001 |
Color Harmonies of #155EBB
Complementary color
Monochromatic Colors of #155EBB
Black with #155EBB
Text Example
Text Example
White with #155EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155EBB; }
p { color: rgb(21,94,187); }
H1.HeaderClassName
{
color: #155EBB;
}
.AnyTagClassName
{
color: #155EBB;
}
</style>
background-color css
<style>
a { background-color: #155EBB; }
a { background-color: rgb(21,94,187); }
div.DivClassName
{
background-color: #155EBB;
}
.BgClassName
{
background-color: #155EBB;
}
</style>
border-color css
<style>
span { border-color: #155EBB; }
span { border-color: rgb(21,94,187); }
td.TdClassName
{
border-color: #155EBB;
}
.TagClassName
{
border-color: #155EBB;
}
</style>