Shades of Denim #155EBF
Tints of Denim #155EBF
RGB
CMYK
RGB Variations
Color information
#155EBF (or 0x155EBF) is known color: Denim. HEX triplet: 15, 5E and BF. RGB value is (21,94,191). Sum of RGB (Red+Green+Blue) = 21+94+191=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 191 (75% from 255 or 62.42% from 306); Max value from RGB is 191 - color contains mainly: blue. Hex color #155EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155EBF is #EAA140. Grayscale: #525252. Windows color (decimal): -15376705 or 12541461. OLE color: 12541461.
HSL color Cylindrical-coordinate representation of color #155EBF: hue angle of 214.24º 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 #155EBF is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 94 | 191 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.25 |
| HSL | 214.24º | 0.8% | 0.42% | - |
| HSV(B) | 214.24º | 0.89% | 0.75% | - |
| XYZ | 13.72 | 11.93 | 50.87 | - |
| YUV | 83.23 | 188.82 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 191 | 0.89 | 0.51 | 0 | 0.25 | 214.24 | 0.8 | 0.42 |
| Hex | 15 | 5E | BF | 59 | 33 | 0 | 19 | D6 | 50 | 2A |
| Octal | 25 | 136 | 277 | 131 | 63 | 0 | 31 | 326 | 120 | 52 |
| Binary | 10101 | 1011110 | 10111111 | 1011001 | 110011 | 0 | 11001 | 11010110 | 1010000 | 101010 |
Color Harmonies of #155EBF
Complementary color
Monochromatic Colors of #155EBF
Black with #155EBF
Text Example
Text Example
White with #155EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155EBF; }
p { color: rgb(21,94,191); }
H1.HeaderClassName
{
color: #155EBF;
}
.AnyTagClassName
{
color: #155EBF;
}
</style>
background-color css
<style>
a { background-color: #155EBF; }
a { background-color: rgb(21,94,191); }
div.DivClassName
{
background-color: #155EBF;
}
.BgClassName
{
background-color: #155EBF;
}
</style>
border-color css
<style>
span { border-color: #155EBF; }
span { border-color: rgb(21,94,191); }
td.TdClassName
{
border-color: #155EBF;
}
.TagClassName
{
border-color: #155EBF;
}
</style>