#2071BE

Color #2071BE Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #2071BE

Tints of Denim #2071BE

Color information

#2071BE (or 0x2071BE) is unknown color: approx Denim. HEX triplet: 20, 71 and BE. RGB value is (32,113,190). Sum of RGB (Red+Green+Blue) = 32+113+190=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #2071BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2071BE is #DF8E41. Grayscale: #616161. Windows color (decimal): -14650946 or 12480800. OLE color: 12480800.

HSL color Cylindrical-coordinate representation of color #2071BE: hue angle of 209.24º 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 #2071BE is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB32113190-
CMYK0.830.4100.25
HSL209.24º71.17%43.53%-
HSV(B)209.24º83.16%74.51%-
XYZ15.815.8450.94-
YUV97.56180.1681.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 9.55%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 190 (74.61% from 255) = 56.72%
R=9.55%
G=33.73%
B=56.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal321131900.830.4100.25209.2471.1743.53
Hex2071BE5329019d1472c
Octal401612761235103132110754
Binary1000001110001101111101010011101001011001110100011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2071BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2071BE; }

 p { color: rgb(32,113,190); }

 H1.HeaderClassName
 {
   color: #2071BE;
 }
 .AnyTagClassName
 {
   color: #2071BE;
 }
</style>
background-color css

<style>
 a { background-color: #2071BE; }

 a { background-color: rgb(32,113,190); }

 div.DivClassName
 {
   background-color: #2071BE;
 }
 .BgClassName
 {
   background-color: #2071BE;
 }
</style>
border-color css

<style>
 span { border-color: #2071BE; }

 span { border-color: rgb(32,113,190); }

 td.TdClassName
 {
   border-color: #2071BE;
 }
 .TagClassName
 {
   border-color: #2071BE;
 }
</style>