Shades of Denim #2057AB
Tints of Denim #2057AB
RGB
CMYK
RGB Variations
Color information
#2057AB (or 0x2057AB) is known color: Denim. HEX triplet: 20, 57 and AB. RGB value is (32,87,171). Sum of RGB (Red+Green+Blue) = 32+87+171=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #2057AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2057AB is #DFA854. Grayscale: #4F4F4F. Windows color (decimal): -14657621 or 11228960. OLE color: 11228960.
HSL color Cylindrical-coordinate representation of color #2057AB: hue angle of 216.26º 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 #2057AB is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 87 | 171 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.33 |
| HSL | 216.26º | 0.68% | 0.4% | - |
| HSV(B) | 216.26º | 0.81% | 0.67% | - |
| XYZ | 11.35 | 10.06 | 39.87 | - |
| YUV | 80.13 | 179.28 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 87 | 171 | 0.81 | 0.49 | 0 | 0.33 | 216.26 | 0.68 | 0.4 |
| Hex | 20 | 57 | AB | 51 | 31 | 0 | 21 | D8 | 44 | 28 |
| Octal | 40 | 127 | 253 | 121 | 61 | 0 | 41 | 330 | 104 | 50 |
| Binary | 100000 | 1010111 | 10101011 | 1010001 | 110001 | 0 | 100001 | 11011000 | 1000100 | 101000 |
Color Harmonies of #2057AB
Complementary color
Monochromatic Colors of #2057AB
Black with #2057AB
Text Example
Text Example
White with #2057AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2057AB; }
p { color: rgb(32,87,171); }
H1.HeaderClassName
{
color: #2057AB;
}
.AnyTagClassName
{
color: #2057AB;
}
</style>
background-color css
<style>
a { background-color: #2057AB; }
a { background-color: rgb(32,87,171); }
div.DivClassName
{
background-color: #2057AB;
}
.BgClassName
{
background-color: #2057AB;
}
</style>
border-color css
<style>
span { border-color: #2057AB; }
span { border-color: rgb(32,87,171); }
td.TdClassName
{
border-color: #2057AB;
}
.TagClassName
{
border-color: #2057AB;
}
</style>