Shades of Denim #2060BB
Tints of Denim #2060BB
RGB
CMYK
RGB Variations
Color information
#2060BB (or 0x2060BB) is known color: Denim. HEX triplet: 20, 60 and BB. RGB value is (32,96,187). Sum of RGB (Red+Green+Blue) = 32+96+187=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #2060BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2060BB is #DF9F44. Grayscale: #565656. Windows color (decimal): -14655301 or 12279840. OLE color: 12279840.
HSL color Cylindrical-coordinate representation of color #2060BB: hue angle of 215.23º 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 #2060BB is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 96 | 187 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.27 |
| HSL | 215.23º | 0.71% | 0.43% | - |
| HSV(B) | 215.23º | 0.83% | 0.73% | - |
| XYZ | 13.75 | 12.26 | 48.66 | - |
| YUV | 87.24 | 184.3 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 96 | 187 | 0.83 | 0.49 | 0 | 0.27 | 215.23 | 0.71 | 0.43 |
| Hex | 20 | 60 | BB | 53 | 31 | 0 | 1B | D7 | 47 | 2B |
| Octal | 40 | 140 | 273 | 123 | 61 | 0 | 33 | 327 | 107 | 53 |
| Binary | 100000 | 1100000 | 10111011 | 1010011 | 110001 | 0 | 11011 | 11010111 | 1000111 | 101011 |
Color Harmonies of #2060BB
Complementary color
Monochromatic Colors of #2060BB
Black with #2060BB
Text Example
Text Example
White with #2060BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2060BB; }
p { color: rgb(32,96,187); }
H1.HeaderClassName
{
color: #2060BB;
}
.AnyTagClassName
{
color: #2060BB;
}
</style>
background-color css
<style>
a { background-color: #2060BB; }
a { background-color: rgb(32,96,187); }
div.DivClassName
{
background-color: #2060BB;
}
.BgClassName
{
background-color: #2060BB;
}
</style>
border-color css
<style>
span { border-color: #2060BB; }
span { border-color: rgb(32,96,187); }
td.TdClassName
{
border-color: #2060BB;
}
.TagClassName
{
border-color: #2060BB;
}
</style>