Shades of Denim #2073BF
Tints of Denim #2073BF
RGB
CMYK
RGB Variations
Color information
#2073BF (or 0x2073BF) is known color: Denim. HEX triplet: 20, 73 and BF. RGB value is (32,115,191). Sum of RGB (Red+Green+Blue) = 32+115+191=338 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.47% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #2073BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2073BF is #DF8C40. Grayscale: #626262. Windows color (decimal): -14650433 or 12546848. OLE color: 12546848.
HSL color Cylindrical-coordinate representation of color #2073BF: hue angle of 208.68º 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 #2073BF is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 115 | 191 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.25 |
| HSL | 208.68º | 0.71% | 0.44% | - |
| HSV(B) | 208.68º | 0.83% | 0.75% | - |
| XYZ | 16.13 | 16.33 | 51.59 | - |
| YUV | 98.85 | 180 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 191 | 0.83 | 0.40 | 0 | 0.25 | 208.68 | 0.71 | 0.44 |
| Hex | 20 | 73 | BF | 53 | 28 | 0 | 19 | D1 | 47 | 2C |
| Octal | 40 | 163 | 277 | 123 | 50 | 0 | 31 | 321 | 107 | 54 |
| Binary | 100000 | 1110011 | 10111111 | 1010011 | 101000 | 0 | 11001 | 11010001 | 1000111 | 101100 |
Color Harmonies of #2073BF
Complementary color
Monochromatic Colors of #2073BF
Black with #2073BF
Text Example
Text Example
White with #2073BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2073BF; }
p { color: rgb(32,115,191); }
H1.HeaderClassName
{
color: #2073BF;
}
.AnyTagClassName
{
color: #2073BF;
}
</style>
background-color css
<style>
a { background-color: #2073BF; }
a { background-color: rgb(32,115,191); }
div.DivClassName
{
background-color: #2073BF;
}
.BgClassName
{
background-color: #2073BF;
}
</style>
border-color css
<style>
span { border-color: #2073BF; }
span { border-color: rgb(32,115,191); }
td.TdClassName
{
border-color: #2073BF;
}
.TagClassName
{
border-color: #2073BF;
}
</style>