Shades of Denim #2078BE
Tints of Denim #2078BE
RGB
CMYK
RGB Variations
Color information
#2078BE (or 0x2078BE) is known color: Denim. HEX triplet: 20, 78 and BE. RGB value is (32,120,190). Sum of RGB (Red+Green+Blue) = 32+120+190=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #2078BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2078BE is #DF8741. Grayscale: #656565. Windows color (decimal): -14649154 or 12482592. OLE color: 12482592.
HSL color Cylindrical-coordinate representation of color #2078BE: hue angle of 206.58º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2078BE is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 120 | 190 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.25 |
| HSL | 206.58º | 0.71% | 0.44% | - |
| HSV(B) | 206.58º | 0.83% | 0.75% | - |
| XYZ | 16.61 | 17.46 | 51.21 | - |
| YUV | 101.67 | 177.85 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 190 | 0.83 | 0.37 | 0 | 0.25 | 206.58 | 0.71 | 0.44 |
| Hex | 20 | 78 | BE | 53 | 25 | 0 | 19 | CF | 47 | 2C |
| Octal | 40 | 170 | 276 | 123 | 45 | 0 | 31 | 317 | 107 | 54 |
| Binary | 100000 | 1111000 | 10111110 | 1010011 | 100101 | 0 | 11001 | 11001111 | 1000111 | 101100 |
Color Harmonies of #2078BE
Complementary color
Monochromatic Colors of #2078BE
Black with #2078BE
Text Example
Text Example
White with #2078BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2078BE; }
p { color: rgb(32,120,190); }
H1.HeaderClassName
{
color: #2078BE;
}
.AnyTagClassName
{
color: #2078BE;
}
</style>
background-color css
<style>
a { background-color: #2078BE; }
a { background-color: rgb(32,120,190); }
div.DivClassName
{
background-color: #2078BE;
}
.BgClassName
{
background-color: #2078BE;
}
</style>
border-color css
<style>
span { border-color: #2078BE; }
span { border-color: rgb(32,120,190); }
td.TdClassName
{
border-color: #2078BE;
}
.TagClassName
{
border-color: #2078BE;
}
</style>