Shades of Denim #2068BC
Tints of Denim #2068BC
RGB
CMYK
RGB Variations
Color information
#2068BC (or 0x2068BC) is known color: Denim. HEX triplet: 20, 68 and BC. RGB value is (32,104,188). Sum of RGB (Red+Green+Blue) = 32+104+188=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #2068BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2068BC is #DF9743. Grayscale: #5B5B5B. Windows color (decimal): -14653252 or 12347424. OLE color: 12347424.
HSL color Cylindrical-coordinate representation of color #2068BC: hue angle of 212.31º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2068BC is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 104 | 188 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.26 |
| HSL | 212.31º | 0.71% | 0.43% | - |
| HSV(B) | 212.31º | 0.83% | 0.74% | - |
| XYZ | 14.62 | 13.84 | 49.48 | - |
| YUV | 92.05 | 182.15 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 188 | 0.83 | 0.45 | 0 | 0.26 | 212.31 | 0.71 | 0.43 |
| Hex | 20 | 68 | BC | 53 | 2D | 0 | 1A | D4 | 47 | 2B |
| Octal | 40 | 150 | 274 | 123 | 55 | 0 | 32 | 324 | 107 | 53 |
| Binary | 100000 | 1101000 | 10111100 | 1010011 | 101101 | 0 | 11010 | 11010100 | 1000111 | 101011 |
Color Harmonies of #2068BC
Complementary color
Monochromatic Colors of #2068BC
Black with #2068BC
Text Example
Text Example
White with #2068BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2068BC; }
p { color: rgb(32,104,188); }
H1.HeaderClassName
{
color: #2068BC;
}
.AnyTagClassName
{
color: #2068BC;
}
</style>
background-color css
<style>
a { background-color: #2068BC; }
a { background-color: rgb(32,104,188); }
div.DivClassName
{
background-color: #2068BC;
}
.BgClassName
{
background-color: #2068BC;
}
</style>
border-color css
<style>
span { border-color: #2068BC; }
span { border-color: rgb(32,104,188); }
td.TdClassName
{
border-color: #2068BC;
}
.TagClassName
{
border-color: #2068BC;
}
</style>