Shades of Denim #2063BA
Tints of Denim #2063BA
RGB
CMYK
RGB Variations
Color information
#2063BA (or 0x2063BA) is known color: Denim. HEX triplet: 20, 63 and BA. RGB value is (32,99,186). Sum of RGB (Red+Green+Blue) = 32+99+186=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #2063BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2063BA is #DF9C45. Grayscale: #585858. Windows color (decimal): -14654534 or 12215072. OLE color: 12215072.
HSL color Cylindrical-coordinate representation of color #2063BA: hue angle of 213.9º 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 #2063BA is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 99 | 186 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.27 |
| HSL | 213.9º | 0.71% | 0.43% | - |
| HSV(B) | 213.9º | 0.83% | 0.73% | - |
| XYZ | 13.92 | 12.78 | 48.19 | - |
| YUV | 88.89 | 182.8 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 186 | 0.83 | 0.47 | 0 | 0.27 | 213.9 | 0.71 | 0.43 |
| Hex | 20 | 63 | BA | 53 | 2F | 0 | 1B | D6 | 47 | 2B |
| Octal | 40 | 143 | 272 | 123 | 57 | 0 | 33 | 326 | 107 | 53 |
| Binary | 100000 | 1100011 | 10111010 | 1010011 | 101111 | 0 | 11011 | 11010110 | 1000111 | 101011 |
Color Harmonies of #2063BA
Complementary color
Monochromatic Colors of #2063BA
Black with #2063BA
Text Example
Text Example
White with #2063BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2063BA; }
p { color: rgb(32,99,186); }
H1.HeaderClassName
{
color: #2063BA;
}
.AnyTagClassName
{
color: #2063BA;
}
</style>
background-color css
<style>
a { background-color: #2063BA; }
a { background-color: rgb(32,99,186); }
div.DivClassName
{
background-color: #2063BA;
}
.BgClassName
{
background-color: #2063BA;
}
</style>
border-color css
<style>
span { border-color: #2063BA; }
span { border-color: rgb(32,99,186); }
td.TdClassName
{
border-color: #2063BA;
}
.TagClassName
{
border-color: #2063BA;
}
</style>