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