Shades of Denim #156ACD
Tints of Denim #156ACD
RGB
CMYK
RGB Variations
Color information
#156ACD (or 0x156ACD) is known color: Denim. HEX triplet: 15, 6A and CD. RGB value is (21,106,205). Sum of RGB (Red+Green+Blue) = 21+106+205=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #156ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156ACD is #EA9532. Grayscale: #5B5B5B. Windows color (decimal): -15373619 or 13462037. OLE color: 13462037.
HSL color Cylindrical-coordinate representation of color #156ACD: hue angle of 212.28º 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 #156ACD is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 106 | 205 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.20 |
| HSL | 212.28º | 0.81% | 0.44% | - |
| HSV(B) | 212.28º | 0.9% | 0.8% | - |
| XYZ | 16.48 | 14.88 | 59.76 | - |
| YUV | 91.87 | 191.84 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 106 | 205 | 0.90 | 0.48 | 0 | 0.20 | 212.28 | 0.81 | 0.44 |
| Hex | 15 | 6A | CD | 5A | 30 | 0 | 14 | D4 | 51 | 2C |
| Octal | 25 | 152 | 315 | 132 | 60 | 0 | 24 | 324 | 121 | 54 |
| Binary | 10101 | 1101010 | 11001101 | 1011010 | 110000 | 0 | 10100 | 11010100 | 1010001 | 101100 |
Color Harmonies of #156ACD
Complementary color
Monochromatic Colors of #156ACD
Black with #156ACD
Text Example
Text Example
White with #156ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156ACD; }
p { color: rgb(21,106,205); }
H1.HeaderClassName
{
color: #156ACD;
}
.AnyTagClassName
{
color: #156ACD;
}
</style>
background-color css
<style>
a { background-color: #156ACD; }
a { background-color: rgb(21,106,205); }
div.DivClassName
{
background-color: #156ACD;
}
.BgClassName
{
background-color: #156ACD;
}
</style>
border-color css
<style>
span { border-color: #156ACD; }
span { border-color: rgb(21,106,205); }
td.TdClassName
{
border-color: #156ACD;
}
.TagClassName
{
border-color: #156ACD;
}
</style>