Shades of Denim #155BCD
Tints of Denim #155BCD
RGB
CMYK
RGB Variations
Color information
#155BCD (or 0x155BCD) is known color: Denim. HEX triplet: 15, 5B and CD. RGB value is (21,91,205). Sum of RGB (Red+Green+Blue) = 21+91+205=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #155BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155BCD is #EAA432. Grayscale: #525252. Windows color (decimal): -15377459 or 13458197. OLE color: 13458197.
HSL color Cylindrical-coordinate representation of color #155BCD: hue angle of 217.17º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155BCD is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 91 | 205 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.20 |
| HSL | 217.17º | 0.81% | 0.44% | - |
| HSV(B) | 217.17º | 0.9% | 0.8% | - |
| XYZ | 15.07 | 12.05 | 59.29 | - |
| YUV | 83.07 | 196.81 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 205 | 0.90 | 0.56 | 0 | 0.20 | 217.17 | 0.81 | 0.44 |
| Hex | 15 | 5B | CD | 5A | 38 | 0 | 14 | D9 | 51 | 2C |
| Octal | 25 | 133 | 315 | 132 | 70 | 0 | 24 | 331 | 121 | 54 |
| Binary | 10101 | 1011011 | 11001101 | 1011010 | 111000 | 0 | 10100 | 11011001 | 1010001 | 101100 |
Color Harmonies of #155BCD
Complementary color
Monochromatic Colors of #155BCD
Black with #155BCD
Text Example
Text Example
White with #155BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155BCD; }
p { color: rgb(21,91,205); }
H1.HeaderClassName
{
color: #155BCD;
}
.AnyTagClassName
{
color: #155BCD;
}
</style>
background-color css
<style>
a { background-color: #155BCD; }
a { background-color: rgb(21,91,205); }
div.DivClassName
{
background-color: #155BCD;
}
.BgClassName
{
background-color: #155BCD;
}
</style>
border-color css
<style>
span { border-color: #155BCD; }
span { border-color: rgb(21,91,205); }
td.TdClassName
{
border-color: #155BCD;
}
.TagClassName
{
border-color: #155BCD;
}
</style>