Shades of Denim #2066C2
Tints of Denim #2066C2
RGB
CMYK
RGB Variations
Color information
#2066C2 (or 0x2066C2) is known color: Denim. HEX triplet: 20, 66 and C2. RGB value is (32,102,194). Sum of RGB (Red+Green+Blue) = 32+102+194=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 194 (76.17% from 255 or 59.15% from 328); Max value from RGB is 194 - color contains mainly: blue. Hex color #2066C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2066C2 is #DF993D. Grayscale: #5B5B5B. Windows color (decimal): -14653758 or 12740128. OLE color: 12740128.
HSL color Cylindrical-coordinate representation of color #2066C2: hue angle of 214.07º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2066C2 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 102 | 194 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.24 |
| HSL | 214.07º | 0.72% | 0.44% | - |
| HSV(B) | 214.07º | 0.84% | 0.76% | - |
| XYZ | 15.08 | 13.7 | 52.89 | - |
| YUV | 91.56 | 185.81 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 194 | 0.84 | 0.47 | 0 | 0.24 | 214.07 | 0.72 | 0.44 |
| Hex | 20 | 66 | C2 | 54 | 2F | 0 | 18 | D6 | 48 | 2C |
| Octal | 40 | 146 | 302 | 124 | 57 | 0 | 30 | 326 | 110 | 54 |
| Binary | 100000 | 1100110 | 11000010 | 1010100 | 101111 | 0 | 11000 | 11010110 | 1001000 | 101100 |
Color Harmonies of #2066C2
Complementary color
Monochromatic Colors of #2066C2
Black with #2066C2
Text Example
Text Example
White with #2066C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2066C2; }
p { color: rgb(32,102,194); }
H1.HeaderClassName
{
color: #2066C2;
}
.AnyTagClassName
{
color: #2066C2;
}
</style>
background-color css
<style>
a { background-color: #2066C2; }
a { background-color: rgb(32,102,194); }
div.DivClassName
{
background-color: #2066C2;
}
.BgClassName
{
background-color: #2066C2;
}
</style>
border-color css
<style>
span { border-color: #2066C2; }
span { border-color: rgb(32,102,194); }
td.TdClassName
{
border-color: #2066C2;
}
.TagClassName
{
border-color: #2066C2;
}
</style>