Shades of Denim #205CAC
Tints of Denim #205CAC
RGB
CMYK
RGB Variations
Color information
#205CAC (or 0x205CAC) is known color: Denim. HEX triplet: 20, 5C and AC. RGB value is (32,92,172). Sum of RGB (Red+Green+Blue) = 32+92+172=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #205CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205CAC is #DFA353. Grayscale: #525252. Windows color (decimal): -14656340 or 11295776. OLE color: 11295776.
HSL color Cylindrical-coordinate representation of color #205CAC: hue angle of 214.29º degrees, saturation: 0.69, 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 #205CAC is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 92 | 172 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.33 |
| HSL | 214.29º | 0.69% | 0.4% | - |
| HSV(B) | 214.29º | 0.81% | 0.67% | - |
| XYZ | 11.87 | 10.94 | 40.52 | - |
| YUV | 83.18 | 178.12 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 172 | 0.81 | 0.47 | 0 | 0.33 | 214.29 | 0.69 | 0.4 |
| Hex | 20 | 5C | AC | 51 | 2F | 0 | 21 | D6 | 45 | 28 |
| Octal | 40 | 134 | 254 | 121 | 57 | 0 | 41 | 326 | 105 | 50 |
| Binary | 100000 | 1011100 | 10101100 | 1010001 | 101111 | 0 | 100001 | 11010110 | 1000101 | 101000 |
Color Harmonies of #205CAC
Complementary color
Monochromatic Colors of #205CAC
Black with #205CAC
Text Example
Text Example
White with #205CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205CAC; }
p { color: rgb(32,92,172); }
H1.HeaderClassName
{
color: #205CAC;
}
.AnyTagClassName
{
color: #205CAC;
}
</style>
background-color css
<style>
a { background-color: #205CAC; }
a { background-color: rgb(32,92,172); }
div.DivClassName
{
background-color: #205CAC;
}
.BgClassName
{
background-color: #205CAC;
}
</style>
border-color css
<style>
span { border-color: #205CAC; }
span { border-color: rgb(32,92,172); }
td.TdClassName
{
border-color: #205CAC;
}
.TagClassName
{
border-color: #205CAC;
}
</style>