Shades of Denim #205CAA
Tints of Denim #205CAA
RGB
CMYK
RGB Variations
Color information
#205CAA (or 0x205CAA) is known color: Denim. HEX triplet: 20, 5C and AA. RGB value is (32,92,170). Sum of RGB (Red+Green+Blue) = 32+92+170=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #205CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205CAA is #DFA355. Grayscale: #525252. Windows color (decimal): -14656342 or 11164704. OLE color: 11164704.
HSL color Cylindrical-coordinate representation of color #205CAA: hue angle of 213.91º 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 #205CAA is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 92 | 170 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.33 |
| HSL | 213.91º | 0.68% | 0.4% | - |
| HSV(B) | 213.91º | 0.81% | 0.67% | - |
| XYZ | 11.68 | 10.86 | 39.51 | - |
| YUV | 82.95 | 177.12 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 170 | 0.81 | 0.46 | 0 | 0.33 | 213.91 | 0.68 | 0.4 |
| Hex | 20 | 5C | AA | 51 | 2E | 0 | 21 | D6 | 44 | 28 |
| Octal | 40 | 134 | 252 | 121 | 56 | 0 | 41 | 326 | 104 | 50 |
| Binary | 100000 | 1011100 | 10101010 | 1010001 | 101110 | 0 | 100001 | 11010110 | 1000100 | 101000 |
Color Harmonies of #205CAA
Complementary color
Monochromatic Colors of #205CAA
Black with #205CAA
Text Example
Text Example
White with #205CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205CAA; }
p { color: rgb(32,92,170); }
H1.HeaderClassName
{
color: #205CAA;
}
.AnyTagClassName
{
color: #205CAA;
}
</style>
background-color css
<style>
a { background-color: #205CAA; }
a { background-color: rgb(32,92,170); }
div.DivClassName
{
background-color: #205CAA;
}
.BgClassName
{
background-color: #205CAA;
}
</style>
border-color css
<style>
span { border-color: #205CAA; }
span { border-color: rgb(32,92,170); }
td.TdClassName
{
border-color: #205CAA;
}
.TagClassName
{
border-color: #205CAA;
}
</style>