Shades of Denim #2064CB
Tints of Denim #2064CB
RGB
CMYK
RGB Variations
Color information
#2064CB (or 0x2064CB) is known color: Denim. HEX triplet: 20, 64 and CB. RGB value is (32,100,203). Sum of RGB (Red+Green+Blue) = 32+100+203=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #2064CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2064CB is #DF9B34. Grayscale: #5A5A5A. Windows color (decimal): -14654261 or 13329440. OLE color: 13329440.
HSL color Cylindrical-coordinate representation of color #2064CB: hue angle of 216.14º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2064CB is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 100 | 203 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.20 |
| HSL | 216.14º | 0.73% | 0.46% | - |
| HSV(B) | 216.14º | 0.84% | 0.8% | - |
| XYZ | 15.93 | 13.73 | 58.31 | - |
| YUV | 91.41 | 190.97 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 100 | 203 | 0.84 | 0.51 | 0 | 0.20 | 216.14 | 0.73 | 0.46 |
| Hex | 20 | 64 | CB | 54 | 33 | 0 | 14 | D8 | 49 | 2E |
| Octal | 40 | 144 | 313 | 124 | 63 | 0 | 24 | 330 | 111 | 56 |
| Binary | 100000 | 1100100 | 11001011 | 1010100 | 110011 | 0 | 10100 | 11011000 | 1001001 | 101110 |
Color Harmonies of #2064CB
Complementary color
Monochromatic Colors of #2064CB
Black with #2064CB
Text Example
Text Example
White with #2064CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2064CB; }
p { color: rgb(32,100,203); }
H1.HeaderClassName
{
color: #2064CB;
}
.AnyTagClassName
{
color: #2064CB;
}
</style>
background-color css
<style>
a { background-color: #2064CB; }
a { background-color: rgb(32,100,203); }
div.DivClassName
{
background-color: #2064CB;
}
.BgClassName
{
background-color: #2064CB;
}
</style>
border-color css
<style>
span { border-color: #2064CB; }
span { border-color: rgb(32,100,203); }
td.TdClassName
{
border-color: #2064CB;
}
.TagClassName
{
border-color: #2064CB;
}
</style>