Color Hex Logo

#20659e Color Hex

#20659E
(32,101,158)
0 Favorites   0 Comments

Color spaces of #20659e

RGB 32101158
HSL0.580.660.37
HSV207°80°62°
CMYK 0.800.360.00   0.38
XYZ11.420912.083134.0781
Yxy12.08310.19830.2098
Hunter Lab34.7608-2.1838-33.7931
CIE-Lab41.3479-0.4580-36.9145

#20659e color RGB value is (32,101,158).

#20659e hex color red value is 32, green value is 101 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #20659e hue: 0.58 , saturation: 0.66 and the lightness value of 20659e is 0.37.

The process color (four color CMYK) of #20659e color hex is 0.80, 0.36, 0.00, 0.38. Web safe color of #20659e is #336699. Color #20659e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01100101 10011110
Octal 40 145 236
Decimal 32 101 158
Hex 20 65 9E

RGB Percentages of Color #20659e

%11.00
%34.71
%54.30

CMYK Percentages of Color #20659e

%80
%36
%0
%38

Triadic Colors of #20659e

#20659e #9e2065 #659e20

Analogous Colors of #20659e

#20659e #20269e #209e98

Monochromatic Colors of #20659e

#20659e

Complementary Color

#20659e #9e5920

#20659e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20659e Color Preview on White Background

Lorem ipsum dolor sit amet.

#20659e Color CSS Codes

.mybgcolor {background-color:#20659e; } 
.myforecolor {color:#20659e; }
.mybordercolor {border:3px solid #20659e; }

#20659e Text Font Color

<p style="color:#20659e">Text here</p>

This sample text font color is #20659e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#20659e Background Color

<div style="background-color:#20659e">
Div content here</div>

This div background color is #20659e


#20659e Border Color

<div style="border:3px solid #20659e">
Div here</div>

This div border color is #20659e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,101,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20659e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20659e;
  -webkit-box-shadow: 1px 1px 3px 2px #20659e;
  box-shadow:         1px 1px 3px 2px #20659e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,101,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #20659e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #20659e;
  -webkit-box-shadow: 1px 1px 3px 2px #20659e;
  box-shadow:         1px 1px 3px 2px #20659e;">
Div content here</div>

This div box has shadow with color #20659e


Comments

No comments written yet.

Please login to write comment.