Shades of Denim #205FAC
Tints of Denim #205FAC
RGB
CMYK
RGB Variations
Color information
#205FAC (or 0x205FAC) is known color: Denim. HEX triplet: 20, 5F and AC. RGB value is (32,95,172). Sum of RGB (Red+Green+Blue) = 32+95+172=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #205FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205FAC is #DFA053. Grayscale: #545454. Windows color (decimal): -14655572 or 11296544. OLE color: 11296544.
HSL color Cylindrical-coordinate representation of color #205FAC: hue angle of 213º 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 #205FAC is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 95 | 172 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.33 |
| HSL | 213º | 0.69% | 0.4% | - |
| HSV(B) | 213º | 0.81% | 0.67% | - |
| XYZ | 12.13 | 11.47 | 40.6 | - |
| YUV | 84.94 | 177.13 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 172 | 0.81 | 0.45 | 0 | 0.33 | 213 | 0.69 | 0.4 |
| Hex | 20 | 5F | AC | 51 | 2D | 0 | 21 | D5 | 45 | 28 |
| Octal | 40 | 137 | 254 | 121 | 55 | 0 | 41 | 325 | 105 | 50 |
| Binary | 100000 | 1011111 | 10101100 | 1010001 | 101101 | 0 | 100001 | 11010101 | 1000101 | 101000 |
Color Harmonies of #205FAC
Complementary color
Monochromatic Colors of #205FAC
Black with #205FAC
Text Example
Text Example
White with #205FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205FAC; }
p { color: rgb(32,95,172); }
H1.HeaderClassName
{
color: #205FAC;
}
.AnyTagClassName
{
color: #205FAC;
}
</style>
background-color css
<style>
a { background-color: #205FAC; }
a { background-color: rgb(32,95,172); }
div.DivClassName
{
background-color: #205FAC;
}
.BgClassName
{
background-color: #205FAC;
}
</style>
border-color css
<style>
span { border-color: #205FAC; }
span { border-color: rgb(32,95,172); }
td.TdClassName
{
border-color: #205FAC;
}
.TagClassName
{
border-color: #205FAC;
}
</style>