Shades of Denim #155BBD
Tints of Denim #155BBD
RGB
CMYK
RGB Variations
Color information
#155BBD (or 0x155BBD) is known color: Denim. HEX triplet: 15, 5B and BD. RGB value is (21,91,189). Sum of RGB (Red+Green+Blue) = 21+91+189=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 189 (74.22% from 255 or 62.79% from 301); Max value from RGB is 189 - color contains mainly: blue. Hex color #155BBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155BBD is #EAA442. Grayscale: #505050. Windows color (decimal): -15377475 or 12409621. OLE color: 12409621.
HSL color Cylindrical-coordinate representation of color #155BBD: hue angle of 215º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #155BBD is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 91 | 189 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.26 |
| HSL | 215º | 0.8% | 0.41% | - |
| HSV(B) | 215º | 0.89% | 0.74% | - |
| XYZ | 13.24 | 11.32 | 49.63 | - |
| YUV | 81.24 | 188.81 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 189 | 0.89 | 0.52 | 0 | 0.26 | 215 | 0.8 | 0.41 |
| Hex | 15 | 5B | BD | 59 | 34 | 0 | 1A | D7 | 50 | 29 |
| Octal | 25 | 133 | 275 | 131 | 64 | 0 | 32 | 327 | 120 | 51 |
| Binary | 10101 | 1011011 | 10111101 | 1011001 | 110100 | 0 | 11010 | 11010111 | 1010000 | 101001 |
Color Harmonies of #155BBD
Complementary color
Monochromatic Colors of #155BBD
Black with #155BBD
Text Example
Text Example
White with #155BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155BBD; }
p { color: rgb(21,91,189); }
H1.HeaderClassName
{
color: #155BBD;
}
.AnyTagClassName
{
color: #155BBD;
}
</style>
background-color css
<style>
a { background-color: #155BBD; }
a { background-color: rgb(21,91,189); }
div.DivClassName
{
background-color: #155BBD;
}
.BgClassName
{
background-color: #155BBD;
}
</style>
border-color css
<style>
span { border-color: #155BBD; }
span { border-color: rgb(21,91,189); }
td.TdClassName
{
border-color: #155BBD;
}
.TagClassName
{
border-color: #155BBD;
}
</style>