Shades of Denim #2064BA
Tints of Denim #2064BA
RGB
CMYK
RGB Variations
Color information
#2064BA (or 0x2064BA) is known color: Denim. HEX triplet: 20, 64 and BA. RGB value is (32,100,186). Sum of RGB (Red+Green+Blue) = 32+100+186=318 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.06% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #2064BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2064BA is #DF9B45. Grayscale: #595959. Windows color (decimal): -14654278 or 12215328. OLE color: 12215328.
HSL color Cylindrical-coordinate representation of color #2064BA: hue angle of 213.51º 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 #2064BA is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 100 | 186 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.27 |
| HSL | 213.51º | 0.71% | 0.43% | - |
| HSV(B) | 213.51º | 0.83% | 0.73% | - |
| XYZ | 14.02 | 12.97 | 48.22 | - |
| YUV | 89.47 | 182.47 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 100 | 186 | 0.83 | 0.46 | 0 | 0.27 | 213.51 | 0.71 | 0.43 |
| Hex | 20 | 64 | BA | 53 | 2E | 0 | 1B | D6 | 47 | 2B |
| Octal | 40 | 144 | 272 | 123 | 56 | 0 | 33 | 326 | 107 | 53 |
| Binary | 100000 | 1100100 | 10111010 | 1010011 | 101110 | 0 | 11011 | 11010110 | 1000111 | 101011 |
Color Harmonies of #2064BA
Complementary color
Monochromatic Colors of #2064BA
Black with #2064BA
Text Example
Text Example
White with #2064BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2064BA; }
p { color: rgb(32,100,186); }
H1.HeaderClassName
{
color: #2064BA;
}
.AnyTagClassName
{
color: #2064BA;
}
</style>
background-color css
<style>
a { background-color: #2064BA; }
a { background-color: rgb(32,100,186); }
div.DivClassName
{
background-color: #2064BA;
}
.BgClassName
{
background-color: #2064BA;
}
</style>
border-color css
<style>
span { border-color: #2064BA; }
span { border-color: rgb(32,100,186); }
td.TdClassName
{
border-color: #2064BA;
}
.TagClassName
{
border-color: #2064BA;
}
</style>