Shades of Denim #2076BB
Tints of Denim #2076BB
RGB
CMYK
RGB Variations
Color information
#2076BB (or 0x2076BB) is known color: Denim. HEX triplet: 20, 76 and BB. RGB value is (32,118,187). Sum of RGB (Red+Green+Blue) = 32+118+187=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #2076BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2076BB is #DF8944. Grayscale: #636363. Windows color (decimal): -14649669 or 12285472. OLE color: 12285472.
HSL color Cylindrical-coordinate representation of color #2076BB: hue angle of 206.71º 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 #2076BB is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 118 | 187 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.27 |
| HSL | 206.71º | 0.71% | 0.43% | - |
| HSV(B) | 206.71º | 0.83% | 0.73% | - |
| XYZ | 16.04 | 16.85 | 49.42 | - |
| YUV | 100.15 | 177.01 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 187 | 0.83 | 0.37 | 0 | 0.27 | 206.71 | 0.71 | 0.43 |
| Hex | 20 | 76 | BB | 53 | 25 | 0 | 1B | CF | 47 | 2B |
| Octal | 40 | 166 | 273 | 123 | 45 | 0 | 33 | 317 | 107 | 53 |
| Binary | 100000 | 1110110 | 10111011 | 1010011 | 100101 | 0 | 11011 | 11001111 | 1000111 | 101011 |
Color Harmonies of #2076BB
Complementary color
Monochromatic Colors of #2076BB
Black with #2076BB
Text Example
Text Example
White with #2076BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2076BB; }
p { color: rgb(32,118,187); }
H1.HeaderClassName
{
color: #2076BB;
}
.AnyTagClassName
{
color: #2076BB;
}
</style>
background-color css
<style>
a { background-color: #2076BB; }
a { background-color: rgb(32,118,187); }
div.DivClassName
{
background-color: #2076BB;
}
.BgClassName
{
background-color: #2076BB;
}
</style>
border-color css
<style>
span { border-color: #2076BB; }
span { border-color: rgb(32,118,187); }
td.TdClassName
{
border-color: #2076BB;
}
.TagClassName
{
border-color: #2076BB;
}
</style>