Color Hex Logo

#20417e Color Hex

#20417E
(32,65,126)
0 Favorites   0 Comments

Color spaces of #20417e

RGB 3265126
HSL0.610.590.31
HSV219°75°49°
CMYK 0.750.480.00   0.51
XYZ6.25195.594020.4889
Yxy5.59400.19330.1730
Hunter Lab23.65165.7930-34.8055
CIE-Lab28.364110.6093-38.1184

#20417e color RGB value is (32,65,126).

#20417e hex color red value is 32, green value is 65 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #20417e hue: 0.61 , saturation: 0.59 and the lightness value of 20417e is 0.31.

The process color (four color CMYK) of #20417e color hex is 0.75, 0.48, 0.00, 0.51. Web safe color of #20417e is #333366. Color #20417e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01000001 01111110
Octal 40 101 176
Decimal 32 65 126
Hex 20 41 7E

RGB Percentages of Color #20417e

%14.35
%29.15
%56.50

CMYK Percentages of Color #20417e

%75
%48
%0
%51

Triadic Colors of #20417e

#20417e #7e2041 #417e20

Analogous Colors of #20417e

#20417e #2e207e #20707e

Monochromatic Colors of #20417e

#20417e

Complementary Color

#20417e #7e5d20

#20417e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20417e Color Preview on White Background

Lorem ipsum dolor sit amet.

#20417e Color CSS Codes

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

#20417e Text Font Color

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

This sample text font color is #20417e
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.


#20417e Background Color

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

This div background color is #20417e


#20417e Border Color

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

This div border color is #20417e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20417e


Comments

No comments written yet.

Please login to write comment.