Shades of Denim #155ACD
Tints of Denim #155ACD
RGB
CMYK
RGB Variations
Color information
#155ACD (or 0x155ACD) is known color: Denim. HEX triplet: 15, 5A and CD. RGB value is (21,90,205). Sum of RGB (Red+Green+Blue) = 21+90+205=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #155ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155ACD is #EAA532. Grayscale: #515151. Windows color (decimal): -15377715 or 13457941. OLE color: 13457941.
HSL color Cylindrical-coordinate representation of color #155ACD: hue angle of 217.5º 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 #155ACD is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 90 | 205 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.20 |
| HSL | 217.5º | 0.81% | 0.44% | - |
| HSV(B) | 217.5º | 0.9% | 0.8% | - |
| XYZ | 14.98 | 11.88 | 59.26 | - |
| YUV | 82.48 | 197.14 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 205 | 0.90 | 0.56 | 0 | 0.20 | 217.5 | 0.81 | 0.44 |
| Hex | 15 | 5A | CD | 5A | 38 | 0 | 14 | DA | 51 | 2C |
| Octal | 25 | 132 | 315 | 132 | 70 | 0 | 24 | 332 | 121 | 54 |
| Binary | 10101 | 1011010 | 11001101 | 1011010 | 111000 | 0 | 10100 | 11011010 | 1010001 | 101100 |
Color Harmonies of #155ACD
Complementary color
Monochromatic Colors of #155ACD
Black with #155ACD
Text Example
Text Example
White with #155ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155ACD; }
p { color: rgb(21,90,205); }
H1.HeaderClassName
{
color: #155ACD;
}
.AnyTagClassName
{
color: #155ACD;
}
</style>
background-color css
<style>
a { background-color: #155ACD; }
a { background-color: rgb(21,90,205); }
div.DivClassName
{
background-color: #155ACD;
}
.BgClassName
{
background-color: #155ACD;
}
</style>
border-color css
<style>
span { border-color: #155ACD; }
span { border-color: rgb(21,90,205); }
td.TdClassName
{
border-color: #155ACD;
}
.TagClassName
{
border-color: #155ACD;
}
</style>