Shades of Denim #2064BB
Tints of Denim #2064BB
RGB
CMYK
RGB Variations
Color information
#2064BB (or 0x2064BB) is known color: Denim. HEX triplet: 20, 64 and BB. RGB value is (32,100,187). Sum of RGB (Red+Green+Blue) = 32+100+187=319 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.03% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #2064BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2064BB is #DF9B44. Grayscale: #595959. Windows color (decimal): -14654277 or 12280864. OLE color: 12280864.
HSL color Cylindrical-coordinate representation of color #2064BB: hue angle of 213.68º 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 #2064BB is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 100 | 187 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.27 |
| HSL | 213.68º | 0.71% | 0.43% | - |
| HSV(B) | 213.68º | 0.83% | 0.73% | - |
| XYZ | 14.12 | 13.01 | 48.78 | - |
| YUV | 89.59 | 182.97 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 100 | 187 | 0.83 | 0.47 | 0 | 0.27 | 213.68 | 0.71 | 0.43 |
| Hex | 20 | 64 | BB | 53 | 2F | 0 | 1B | D6 | 47 | 2B |
| Octal | 40 | 144 | 273 | 123 | 57 | 0 | 33 | 326 | 107 | 53 |
| Binary | 100000 | 1100100 | 10111011 | 1010011 | 101111 | 0 | 11011 | 11010110 | 1000111 | 101011 |
Color Harmonies of #2064BB
Complementary color
Monochromatic Colors of #2064BB
Black with #2064BB
Text Example
Text Example
White with #2064BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2064BB; }
p { color: rgb(32,100,187); }
H1.HeaderClassName
{
color: #2064BB;
}
.AnyTagClassName
{
color: #2064BB;
}
</style>
background-color css
<style>
a { background-color: #2064BB; }
a { background-color: rgb(32,100,187); }
div.DivClassName
{
background-color: #2064BB;
}
.BgClassName
{
background-color: #2064BB;
}
</style>
border-color css
<style>
span { border-color: #2064BB; }
span { border-color: rgb(32,100,187); }
td.TdClassName
{
border-color: #2064BB;
}
.TagClassName
{
border-color: #2064BB;
}
</style>