Shades of Denim #205BAB
Tints of Denim #205BAB
RGB
CMYK
RGB Variations
Color information
#205BAB (or 0x205BAB) is known color: Denim. HEX triplet: 20, 5B and AB. RGB value is (32,91,171). Sum of RGB (Red+Green+Blue) = 32+91+171=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #205BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205BAB is #DFA454. Grayscale: #525252. Windows color (decimal): -14656597 or 11229984. OLE color: 11229984.
HSL color Cylindrical-coordinate representation of color #205BAB: hue angle of 214.53º 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 #205BAB is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 91 | 171 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.33 |
| HSL | 214.53º | 0.68% | 0.4% | - |
| HSV(B) | 214.53º | 0.81% | 0.67% | - |
| XYZ | 11.69 | 10.73 | 39.98 | - |
| YUV | 82.48 | 177.95 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 171 | 0.81 | 0.47 | 0 | 0.33 | 214.53 | 0.68 | 0.4 |
| Hex | 20 | 5B | AB | 51 | 2F | 0 | 21 | D7 | 44 | 28 |
| Octal | 40 | 133 | 253 | 121 | 57 | 0 | 41 | 327 | 104 | 50 |
| Binary | 100000 | 1011011 | 10101011 | 1010001 | 101111 | 0 | 100001 | 11010111 | 1000100 | 101000 |
Color Harmonies of #205BAB
Complementary color
Monochromatic Colors of #205BAB
Black with #205BAB
Text Example
Text Example
White with #205BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205BAB; }
p { color: rgb(32,91,171); }
H1.HeaderClassName
{
color: #205BAB;
}
.AnyTagClassName
{
color: #205BAB;
}
</style>
background-color css
<style>
a { background-color: #205BAB; }
a { background-color: rgb(32,91,171); }
div.DivClassName
{
background-color: #205BAB;
}
.BgClassName
{
background-color: #205BAB;
}
</style>
border-color css
<style>
span { border-color: #205BAB; }
span { border-color: rgb(32,91,171); }
td.TdClassName
{
border-color: #205BAB;
}
.TagClassName
{
border-color: #205BAB;
}
</style>