Shades of Denim #2068BA
Tints of Denim #2068BA
RGB
CMYK
RGB Variations
Color information
#2068BA (or 0x2068BA) is known color: Denim. HEX triplet: 20, 68 and BA. RGB value is (32,104,186). Sum of RGB (Red+Green+Blue) = 32+104+186=322 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.94% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #2068BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2068BA is #DF9745. Grayscale: #5B5B5B. Windows color (decimal): -14653254 or 12216352. OLE color: 12216352.
HSL color Cylindrical-coordinate representation of color #2068BA: hue angle of 211.95º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2068BA is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 104 | 186 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.27 |
| HSL | 211.95º | 0.71% | 0.43% | - |
| HSV(B) | 211.95º | 0.83% | 0.73% | - |
| XYZ | 14.41 | 13.75 | 48.35 | - |
| YUV | 91.82 | 181.15 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 186 | 0.83 | 0.44 | 0 | 0.27 | 211.95 | 0.71 | 0.43 |
| Hex | 20 | 68 | BA | 53 | 2C | 0 | 1B | D4 | 47 | 2B |
| Octal | 40 | 150 | 272 | 123 | 54 | 0 | 33 | 324 | 107 | 53 |
| Binary | 100000 | 1101000 | 10111010 | 1010011 | 101100 | 0 | 11011 | 11010100 | 1000111 | 101011 |
Color Harmonies of #2068BA
Complementary color
Monochromatic Colors of #2068BA
Black with #2068BA
Text Example
Text Example
White with #2068BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2068BA; }
p { color: rgb(32,104,186); }
H1.HeaderClassName
{
color: #2068BA;
}
.AnyTagClassName
{
color: #2068BA;
}
</style>
background-color css
<style>
a { background-color: #2068BA; }
a { background-color: rgb(32,104,186); }
div.DivClassName
{
background-color: #2068BA;
}
.BgClassName
{
background-color: #2068BA;
}
</style>
border-color css
<style>
span { border-color: #2068BA; }
span { border-color: rgb(32,104,186); }
td.TdClassName
{
border-color: #2068BA;
}
.TagClassName
{
border-color: #2068BA;
}
</style>