Shades of Denim #155DCD
Tints of Denim #155DCD
RGB
CMYK
RGB Variations
Color information
#155DCD (or 0x155DCD) is known color: Denim. HEX triplet: 15, 5D and CD. RGB value is (21,93,205). Sum of RGB (Red+Green+Blue) = 21+93+205=319 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.58% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #155DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155DCD is #EAA232. Grayscale: #535353. Windows color (decimal): -15376947 or 13458709. OLE color: 13458709.
HSL color Cylindrical-coordinate representation of color #155DCD: hue angle of 216.52º 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 #155DCD is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 93 | 205 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.20 |
| HSL | 216.52º | 0.81% | 0.44% | - |
| HSV(B) | 216.52º | 0.9% | 0.8% | - |
| XYZ | 15.24 | 12.4 | 59.35 | - |
| YUV | 84.24 | 196.15 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 205 | 0.90 | 0.55 | 0 | 0.20 | 216.52 | 0.81 | 0.44 |
| Hex | 15 | 5D | CD | 5A | 37 | 0 | 14 | D9 | 51 | 2C |
| Octal | 25 | 135 | 315 | 132 | 67 | 0 | 24 | 331 | 121 | 54 |
| Binary | 10101 | 1011101 | 11001101 | 1011010 | 110111 | 0 | 10100 | 11011001 | 1010001 | 101100 |
Color Harmonies of #155DCD
Complementary color
Monochromatic Colors of #155DCD
Black with #155DCD
Text Example
Text Example
White with #155DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DCD; }
p { color: rgb(21,93,205); }
H1.HeaderClassName
{
color: #155DCD;
}
.AnyTagClassName
{
color: #155DCD;
}
</style>
background-color css
<style>
a { background-color: #155DCD; }
a { background-color: rgb(21,93,205); }
div.DivClassName
{
background-color: #155DCD;
}
.BgClassName
{
background-color: #155DCD;
}
</style>
border-color css
<style>
span { border-color: #155DCD; }
span { border-color: rgb(21,93,205); }
td.TdClassName
{
border-color: #155DCD;
}
.TagClassName
{
border-color: #155DCD;
}
</style>