Shades of Denim #2060CB
Tints of Denim #2060CB
RGB
CMYK
RGB Variations
Color information
#2060CB (or 0x2060CB) is known color: Denim. HEX triplet: 20, 60 and CB. RGB value is (32,96,203). Sum of RGB (Red+Green+Blue) = 32+96+203=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #2060CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2060CB is #DF9F34. Grayscale: #585858. Windows color (decimal): -14655285 or 13328416. OLE color: 13328416.
HSL color Cylindrical-coordinate representation of color #2060CB: hue angle of 217.54º 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 #2060CB is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 96 | 203 | - |
| CMYK | 0.84 | 0.53 | 0 | 0.20 |
| HSL | 217.54º | 0.73% | 0.46% | - |
| HSV(B) | 217.54º | 0.84% | 0.8% | - |
| XYZ | 15.56 | 12.98 | 58.19 | - |
| YUV | 89.06 | 192.3 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 96 | 203 | 0.84 | 0.53 | 0 | 0.20 | 217.54 | 0.73 | 0.46 |
| Hex | 20 | 60 | CB | 54 | 35 | 0 | 14 | DA | 49 | 2E |
| Octal | 40 | 140 | 313 | 124 | 65 | 0 | 24 | 332 | 111 | 56 |
| Binary | 100000 | 1100000 | 11001011 | 1010100 | 110101 | 0 | 10100 | 11011010 | 1001001 | 101110 |
Color Harmonies of #2060CB
Complementary color
Monochromatic Colors of #2060CB
Black with #2060CB
Text Example
Text Example
White with #2060CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2060CB; }
p { color: rgb(32,96,203); }
H1.HeaderClassName
{
color: #2060CB;
}
.AnyTagClassName
{
color: #2060CB;
}
</style>
background-color css
<style>
a { background-color: #2060CB; }
a { background-color: rgb(32,96,203); }
div.DivClassName
{
background-color: #2060CB;
}
.BgClassName
{
background-color: #2060CB;
}
</style>
border-color css
<style>
span { border-color: #2060CB; }
span { border-color: rgb(32,96,203); }
td.TdClassName
{
border-color: #2060CB;
}
.TagClassName
{
border-color: #2060CB;
}
</style>