Shades of Denim #2070BA
Tints of Denim #2070BA
RGB
CMYK
RGB Variations
Color information
#2070BA (or 0x2070BA) is known color: Denim. HEX triplet: 20, 70 and BA. RGB value is (32,112,186). Sum of RGB (Red+Green+Blue) = 32+112+186=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #2070BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2070BA is #DF8F45. Grayscale: #606060. Windows color (decimal): -14651206 or 12218400. OLE color: 12218400.
HSL color Cylindrical-coordinate representation of color #2070BA: hue angle of 208.83º 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 #2070BA is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 112 | 186 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.27 |
| HSL | 208.83º | 0.71% | 0.43% | - |
| HSV(B) | 208.83º | 0.83% | 0.73% | - |
| XYZ | 15.25 | 15.44 | 48.63 | - |
| YUV | 96.52 | 178.5 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 186 | 0.83 | 0.40 | 0 | 0.27 | 208.83 | 0.71 | 0.43 |
| Hex | 20 | 70 | BA | 53 | 28 | 0 | 1B | D1 | 47 | 2B |
| Octal | 40 | 160 | 272 | 123 | 50 | 0 | 33 | 321 | 107 | 53 |
| Binary | 100000 | 1110000 | 10111010 | 1010011 | 101000 | 0 | 11011 | 11010001 | 1000111 | 101011 |
Color Harmonies of #2070BA
Complementary color
Monochromatic Colors of #2070BA
Black with #2070BA
Text Example
Text Example
White with #2070BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2070BA; }
p { color: rgb(32,112,186); }
H1.HeaderClassName
{
color: #2070BA;
}
.AnyTagClassName
{
color: #2070BA;
}
</style>
background-color css
<style>
a { background-color: #2070BA; }
a { background-color: rgb(32,112,186); }
div.DivClassName
{
background-color: #2070BA;
}
.BgClassName
{
background-color: #2070BA;
}
</style>
border-color css
<style>
span { border-color: #2070BA; }
span { border-color: rgb(32,112,186); }
td.TdClassName
{
border-color: #2070BA;
}
.TagClassName
{
border-color: #2070BA;
}
</style>