Shades of Denim #205CAB
Tints of Denim #205CAB
RGB
CMYK
RGB Variations
Color information
#205CAB (or 0x205CAB) is known color: Denim. HEX triplet: 20, 5C and AB. RGB value is (32,92,171). Sum of RGB (Red+Green+Blue) = 32+92+171=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #205CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205CAB is #DFA354. Grayscale: #525252. Windows color (decimal): -14656341 or 11230240. OLE color: 11230240.
HSL color Cylindrical-coordinate representation of color #205CAB: hue angle of 214.1º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #205CAB is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 92 | 171 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.33 |
| HSL | 214.1º | 0.68% | 0.4% | - |
| HSV(B) | 214.1º | 0.81% | 0.67% | - |
| XYZ | 11.77 | 10.9 | 40.01 | - |
| YUV | 83.07 | 177.62 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 171 | 0.81 | 0.46 | 0 | 0.33 | 214.1 | 0.68 | 0.4 |
| Hex | 20 | 5C | AB | 51 | 2E | 0 | 21 | D6 | 44 | 28 |
| Octal | 40 | 134 | 253 | 121 | 56 | 0 | 41 | 326 | 104 | 50 |
| Binary | 100000 | 1011100 | 10101011 | 1010001 | 101110 | 0 | 100001 | 11010110 | 1000100 | 101000 |
Color Harmonies of #205CAB
Complementary color
Monochromatic Colors of #205CAB
Black with #205CAB
Text Example
Text Example
White with #205CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205CAB; }
p { color: rgb(32,92,171); }
H1.HeaderClassName
{
color: #205CAB;
}
.AnyTagClassName
{
color: #205CAB;
}
</style>
background-color css
<style>
a { background-color: #205CAB; }
a { background-color: rgb(32,92,171); }
div.DivClassName
{
background-color: #205CAB;
}
.BgClassName
{
background-color: #205CAB;
}
</style>
border-color css
<style>
span { border-color: #205CAB; }
span { border-color: rgb(32,92,171); }
td.TdClassName
{
border-color: #205CAB;
}
.TagClassName
{
border-color: #205CAB;
}
</style>