Shades of Denim #205FAA
Tints of Denim #205FAA
RGB
CMYK
RGB Variations
Color information
#205FAA (or 0x205FAA) is known color: Denim. HEX triplet: 20, 5F and AA. RGB value is (32,95,170). Sum of RGB (Red+Green+Blue) = 32+95+170=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #205FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205FAA is #DFA055. Grayscale: #545454. Windows color (decimal): -14655574 or 11165472. OLE color: 11165472.
HSL color Cylindrical-coordinate representation of color #205FAA: hue angle of 212.61º 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 #205FAA is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 95 | 170 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.33 |
| HSL | 212.61º | 0.68% | 0.4% | - |
| HSV(B) | 212.61º | 0.81% | 0.67% | - |
| XYZ | 11.94 | 11.39 | 39.6 | - |
| YUV | 84.71 | 176.13 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 170 | 0.81 | 0.44 | 0 | 0.33 | 212.61 | 0.68 | 0.4 |
| Hex | 20 | 5F | AA | 51 | 2C | 0 | 21 | D5 | 44 | 28 |
| Octal | 40 | 137 | 252 | 121 | 54 | 0 | 41 | 325 | 104 | 50 |
| Binary | 100000 | 1011111 | 10101010 | 1010001 | 101100 | 0 | 100001 | 11010101 | 1000100 | 101000 |
Color Harmonies of #205FAA
Complementary color
Monochromatic Colors of #205FAA
Black with #205FAA
Text Example
Text Example
White with #205FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205FAA; }
p { color: rgb(32,95,170); }
H1.HeaderClassName
{
color: #205FAA;
}
.AnyTagClassName
{
color: #205FAA;
}
</style>
background-color css
<style>
a { background-color: #205FAA; }
a { background-color: rgb(32,95,170); }
div.DivClassName
{
background-color: #205FAA;
}
.BgClassName
{
background-color: #205FAA;
}
</style>
border-color css
<style>
span { border-color: #205FAA; }
span { border-color: rgb(32,95,170); }
td.TdClassName
{
border-color: #205FAA;
}
.TagClassName
{
border-color: #205FAA;
}
</style>