Shades of Denim #2063BE
Tints of Denim #2063BE
RGB
CMYK
RGB Variations
Color information
#2063BE (or 0x2063BE) is known color: Denim. HEX triplet: 20, 63 and BE. RGB value is (32,99,190). Sum of RGB (Red+Green+Blue) = 32+99+190=321 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.97% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #2063BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2063BE is #DF9C41. Grayscale: #585858. Windows color (decimal): -14654530 or 12477216. OLE color: 12477216.
HSL color Cylindrical-coordinate representation of color #2063BE: hue angle of 214.56º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2063BE is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 99 | 190 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.25 |
| HSL | 214.56º | 0.71% | 0.44% | - |
| HSV(B) | 214.56º | 0.83% | 0.75% | - |
| XYZ | 14.35 | 12.95 | 50.46 | - |
| YUV | 89.34 | 184.8 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 190 | 0.83 | 0.48 | 0 | 0.25 | 214.56 | 0.71 | 0.44 |
| Hex | 20 | 63 | BE | 53 | 30 | 0 | 19 | D7 | 47 | 2C |
| Octal | 40 | 143 | 276 | 123 | 60 | 0 | 31 | 327 | 107 | 54 |
| Binary | 100000 | 1100011 | 10111110 | 1010011 | 110000 | 0 | 11001 | 11010111 | 1000111 | 101100 |
Color Harmonies of #2063BE
Complementary color
Monochromatic Colors of #2063BE
Black with #2063BE
Text Example
Text Example
White with #2063BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2063BE; }
p { color: rgb(32,99,190); }
H1.HeaderClassName
{
color: #2063BE;
}
.AnyTagClassName
{
color: #2063BE;
}
</style>
background-color css
<style>
a { background-color: #2063BE; }
a { background-color: rgb(32,99,190); }
div.DivClassName
{
background-color: #2063BE;
}
.BgClassName
{
background-color: #2063BE;
}
</style>
border-color css
<style>
span { border-color: #2063BE; }
span { border-color: rgb(32,99,190); }
td.TdClassName
{
border-color: #2063BE;
}
.TagClassName
{
border-color: #2063BE;
}
</style>