Shades of Denim #2071BA
Tints of Denim #2071BA
RGB
CMYK
RGB Variations
Color information
#2071BA (or 0x2071BA) is known color: Denim. HEX triplet: 20, 71 and BA. RGB value is (32,113,186). Sum of RGB (Red+Green+Blue) = 32+113+186=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #2071BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2071BA is #DF8E45. Grayscale: #606060. Windows color (decimal): -14650950 or 12218656. OLE color: 12218656.
HSL color Cylindrical-coordinate representation of color #2071BA: hue angle of 208.44º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2071BA is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 113 | 186 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.27 |
| HSL | 208.44º | 0.71% | 0.43% | - |
| HSV(B) | 208.44º | 0.83% | 0.73% | - |
| XYZ | 15.36 | 15.66 | 48.67 | - |
| YUV | 97.1 | 178.16 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 186 | 0.83 | 0.39 | 0 | 0.27 | 208.44 | 0.71 | 0.43 |
| Hex | 20 | 71 | BA | 53 | 27 | 0 | 1B | D0 | 47 | 2B |
| Octal | 40 | 161 | 272 | 123 | 47 | 0 | 33 | 320 | 107 | 53 |
| Binary | 100000 | 1110001 | 10111010 | 1010011 | 100111 | 0 | 11011 | 11010000 | 1000111 | 101011 |
Color Harmonies of #2071BA
Complementary color
Monochromatic Colors of #2071BA
Black with #2071BA
Text Example
Text Example
White with #2071BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2071BA; }
p { color: rgb(32,113,186); }
H1.HeaderClassName
{
color: #2071BA;
}
.AnyTagClassName
{
color: #2071BA;
}
</style>
background-color css
<style>
a { background-color: #2071BA; }
a { background-color: rgb(32,113,186); }
div.DivClassName
{
background-color: #2071BA;
}
.BgClassName
{
background-color: #2071BA;
}
</style>
border-color css
<style>
span { border-color: #2071BA; }
span { border-color: rgb(32,113,186); }
td.TdClassName
{
border-color: #2071BA;
}
.TagClassName
{
border-color: #2071BA;
}
</style>