Shades of Denim #2075BF
Tints of Denim #2075BF
RGB
CMYK
RGB Variations
Color information
#2075BF (or 0x2075BF) is known color: Denim. HEX triplet: 20, 75 and BF. RGB value is (32,117,191). Sum of RGB (Red+Green+Blue) = 32+117+191=340 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.41% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #2075BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2075BF is #DF8A40. Grayscale: #636363. Windows color (decimal): -14649921 or 12547360. OLE color: 12547360.
HSL color Cylindrical-coordinate representation of color #2075BF: hue angle of 207.92º 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 #2075BF is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 117 | 191 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.25 |
| HSL | 207.92º | 0.71% | 0.44% | - |
| HSV(B) | 207.92º | 0.83% | 0.75% | - |
| XYZ | 16.36 | 16.79 | 51.67 | - |
| YUV | 100.02 | 179.34 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 191 | 0.83 | 0.39 | 0 | 0.25 | 207.92 | 0.71 | 0.44 |
| Hex | 20 | 75 | BF | 53 | 27 | 0 | 19 | D0 | 47 | 2C |
| Octal | 40 | 165 | 277 | 123 | 47 | 0 | 31 | 320 | 107 | 54 |
| Binary | 100000 | 1110101 | 10111111 | 1010011 | 100111 | 0 | 11001 | 11010000 | 1000111 | 101100 |
Color Harmonies of #2075BF
Complementary color
Monochromatic Colors of #2075BF
Black with #2075BF
Text Example
Text Example
White with #2075BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2075BF; }
p { color: rgb(32,117,191); }
H1.HeaderClassName
{
color: #2075BF;
}
.AnyTagClassName
{
color: #2075BF;
}
</style>
background-color css
<style>
a { background-color: #2075BF; }
a { background-color: rgb(32,117,191); }
div.DivClassName
{
background-color: #2075BF;
}
.BgClassName
{
background-color: #2075BF;
}
</style>
border-color css
<style>
span { border-color: #2075BF; }
span { border-color: rgb(32,117,191); }
td.TdClassName
{
border-color: #2075BF;
}
.TagClassName
{
border-color: #2075BF;
}
</style>