Shades of Denim #2071B8
Tints of Denim #2071B8
RGB
CMYK
RGB Variations
Color information
#2071B8 (or 0x2071B8) is known color: Denim. HEX triplet: 20, 71 and B8. RGB value is (32,113,184). Sum of RGB (Red+Green+Blue) = 32+113+184=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 184 (72.27% from 255 or 55.93% from 329); Max value from RGB is 184 - color contains mainly: blue. Hex color #2071B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2071B8 is #DF8E47. Grayscale: #606060. Windows color (decimal): -14650952 or 12087584. OLE color: 12087584.
HSL color Cylindrical-coordinate representation of color #2071B8: hue angle of 208.03º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2071B8 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 113 | 184 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.28 |
| HSL | 208.03º | 0.7% | 0.42% | - |
| HSV(B) | 208.03º | 0.83% | 0.72% | - |
| XYZ | 15.15 | 15.58 | 47.56 | - |
| YUV | 96.88 | 177.16 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 184 | 0.83 | 0.39 | 0 | 0.28 | 208.03 | 0.7 | 0.42 |
| Hex | 20 | 71 | B8 | 53 | 27 | 0 | 1C | D0 | 46 | 2A |
| Octal | 40 | 161 | 270 | 123 | 47 | 0 | 34 | 320 | 106 | 52 |
| Binary | 100000 | 1110001 | 10111000 | 1010011 | 100111 | 0 | 11100 | 11010000 | 1000110 | 101010 |
Color Harmonies of #2071B8
Complementary color
Monochromatic Colors of #2071B8
Black with #2071B8
Text Example
Text Example
White with #2071B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2071B8; }
p { color: rgb(32,113,184); }
H1.HeaderClassName
{
color: #2071B8;
}
.AnyTagClassName
{
color: #2071B8;
}
</style>
background-color css
<style>
a { background-color: #2071B8; }
a { background-color: rgb(32,113,184); }
div.DivClassName
{
background-color: #2071B8;
}
.BgClassName
{
background-color: #2071B8;
}
</style>
border-color css
<style>
span { border-color: #2071B8; }
span { border-color: rgb(32,113,184); }
td.TdClassName
{
border-color: #2071B8;
}
.TagClassName
{
border-color: #2071B8;
}
</style>