Shades of Denim #2067CF
Tints of Denim #2067CF
RGB
CMYK
RGB Variations
Color information
#2067CF (or 0x2067CF) is known color: Denim. HEX triplet: 20, 67 and CF. RGB value is (32,103,207). Sum of RGB (Red+Green+Blue) = 32+103+207=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #2067CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2067CF is #DF9830. Grayscale: #5D5D5D. Windows color (decimal): -14653489 or 13592352. OLE color: 13592352.
HSL color Cylindrical-coordinate representation of color #2067CF: hue angle of 215.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2067CF is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 103 | 207 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.19 |
| HSL | 215.66º | 0.73% | 0.47% | - |
| HSV(B) | 215.66º | 0.85% | 0.81% | - |
| XYZ | 16.71 | 14.51 | 60.95 | - |
| YUV | 93.63 | 191.98 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 207 | 0.85 | 0.50 | 0 | 0.19 | 215.66 | 0.73 | 0.47 |
| Hex | 20 | 67 | CF | 55 | 32 | 0 | 13 | D8 | 49 | 2F |
| Octal | 40 | 147 | 317 | 125 | 62 | 0 | 23 | 330 | 111 | 57 |
| Binary | 100000 | 1100111 | 11001111 | 1010101 | 110010 | 0 | 10011 | 11011000 | 1001001 | 101111 |
Color Harmonies of #2067CF
Complementary color
Monochromatic Colors of #2067CF
Black with #2067CF
Text Example
Text Example
White with #2067CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2067CF; }
p { color: rgb(32,103,207); }
H1.HeaderClassName
{
color: #2067CF;
}
.AnyTagClassName
{
color: #2067CF;
}
</style>
background-color css
<style>
a { background-color: #2067CF; }
a { background-color: rgb(32,103,207); }
div.DivClassName
{
background-color: #2067CF;
}
.BgClassName
{
background-color: #2067CF;
}
</style>
border-color css
<style>
span { border-color: #2067CF; }
span { border-color: rgb(32,103,207); }
td.TdClassName
{
border-color: #2067CF;
}
.TagClassName
{
border-color: #2067CF;
}
</style>