Shades of Denim #205AAA
Tints of Denim #205AAA
RGB
CMYK
RGB Variations
Color information
#205AAA (or 0x205AAA) is known color: Denim. HEX triplet: 20, 5A and AA. RGB value is (32,90,170). Sum of RGB (Red+Green+Blue) = 32+90+170=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #205AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205AAA is #DFA555. Grayscale: #515151. Windows color (decimal): -14656854 or 11164192. OLE color: 11164192.
HSL color Cylindrical-coordinate representation of color #205AAA: hue angle of 214.78º 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 #205AAA is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 90 | 170 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.33 |
| HSL | 214.78º | 0.68% | 0.4% | - |
| HSV(B) | 214.78º | 0.81% | 0.67% | - |
| XYZ | 11.51 | 10.52 | 39.45 | - |
| YUV | 81.78 | 177.78 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 170 | 0.81 | 0.47 | 0 | 0.33 | 214.78 | 0.68 | 0.4 |
| Hex | 20 | 5A | AA | 51 | 2F | 0 | 21 | D7 | 44 | 28 |
| Octal | 40 | 132 | 252 | 121 | 57 | 0 | 41 | 327 | 104 | 50 |
| Binary | 100000 | 1011010 | 10101010 | 1010001 | 101111 | 0 | 100001 | 11010111 | 1000100 | 101000 |
Color Harmonies of #205AAA
Complementary color
Monochromatic Colors of #205AAA
Black with #205AAA
Text Example
Text Example
White with #205AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205AAA; }
p { color: rgb(32,90,170); }
H1.HeaderClassName
{
color: #205AAA;
}
.AnyTagClassName
{
color: #205AAA;
}
</style>
background-color css
<style>
a { background-color: #205AAA; }
a { background-color: rgb(32,90,170); }
div.DivClassName
{
background-color: #205AAA;
}
.BgClassName
{
background-color: #205AAA;
}
</style>
border-color css
<style>
span { border-color: #205AAA; }
span { border-color: rgb(32,90,170); }
td.TdClassName
{
border-color: #205AAA;
}
.TagClassName
{
border-color: #205AAA;
}
</style>