Shades of Denim #2060DA
Tints of Denim #2060DA
RGB
CMYK
RGB Variations
Color information
#2060DA (or 0x2060DA) is known color: Denim. HEX triplet: 20, 60 and DA. RGB value is (32,96,218). Sum of RGB (Red+Green+Blue) = 32+96+218=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #2060DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2060DA is #DF9F25. Grayscale: #5A5A5A. Windows color (decimal): -14655270 or 14311456. OLE color: 14311456.
HSL color Cylindrical-coordinate representation of color #2060DA: hue angle of 219.35º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2060DA is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 96 | 218 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.15 |
| HSL | 219.35º | 0.74% | 0.49% | - |
| HSV(B) | 219.35º | 0.85% | 0.85% | - |
| XYZ | 17.43 | 13.73 | 68.06 | - |
| YUV | 90.77 | 199.8 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 96 | 218 | 0.85 | 0.56 | 0 | 0.15 | 219.35 | 0.74 | 0.49 |
| Hex | 20 | 60 | DA | 55 | 38 | 0 | F | DB | 4A | 31 |
| Octal | 40 | 140 | 332 | 125 | 70 | 0 | 17 | 333 | 112 | 61 |
| Binary | 100000 | 1100000 | 11011010 | 1010101 | 111000 | 0 | 1111 | 11011011 | 1001010 | 110001 |
Color Harmonies of #2060DA
Complementary color
Monochromatic Colors of #2060DA
Black with #2060DA
Text Example
Text Example
White with #2060DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2060DA; }
p { color: rgb(32,96,218); }
H1.HeaderClassName
{
color: #2060DA;
}
.AnyTagClassName
{
color: #2060DA;
}
</style>
background-color css
<style>
a { background-color: #2060DA; }
a { background-color: rgb(32,96,218); }
div.DivClassName
{
background-color: #2060DA;
}
.BgClassName
{
background-color: #2060DA;
}
</style>
border-color css
<style>
span { border-color: #2060DA; }
span { border-color: rgb(32,96,218); }
td.TdClassName
{
border-color: #2060DA;
}
.TagClassName
{
border-color: #2060DA;
}
</style>