Shades of Denim #2067CC
Tints of Denim #2067CC
RGB
CMYK
RGB Variations
Color information
#2067CC (or 0x2067CC) is known color: Denim. HEX triplet: 20, 67 and CC. RGB value is (32,103,204). Sum of RGB (Red+Green+Blue) = 32+103+204=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #2067CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2067CC is #DF9833. Grayscale: #5C5C5C. Windows color (decimal): -14653492 or 13395744. OLE color: 13395744.
HSL color Cylindrical-coordinate representation of color #2067CC: hue angle of 215.23º 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 #2067CC is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 103 | 204 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.2 |
| HSL | 215.23º | 0.73% | 0.46% | - |
| HSV(B) | 215.23º | 0.84% | 0.8% | - |
| XYZ | 16.35 | 14.37 | 59.04 | - |
| YUV | 93.29 | 190.48 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 204 | 0.84 | 0.50 | 0 | 0.2 | 215.23 | 0.73 | 0.46 |
| Hex | 20 | 67 | CC | 54 | 32 | 0 | 14 | D7 | 49 | 2E |
| Octal | 40 | 147 | 314 | 124 | 62 | 0 | 24 | 327 | 111 | 56 |
| Binary | 100000 | 1100111 | 11001100 | 1010100 | 110010 | 0 | 10100 | 11010111 | 1001001 | 101110 |
Color Harmonies of #2067CC
Complementary color
Monochromatic Colors of #2067CC
Black with #2067CC
Text Example
Text Example
White with #2067CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2067CC; }
p { color: rgb(32,103,204); }
H1.HeaderClassName
{
color: #2067CC;
}
.AnyTagClassName
{
color: #2067CC;
}
</style>
background-color css
<style>
a { background-color: #2067CC; }
a { background-color: rgb(32,103,204); }
div.DivClassName
{
background-color: #2067CC;
}
.BgClassName
{
background-color: #2067CC;
}
</style>
border-color css
<style>
span { border-color: #2067CC; }
span { border-color: rgb(32,103,204); }
td.TdClassName
{
border-color: #2067CC;
}
.TagClassName
{
border-color: #2067CC;
}
</style>