Color Hex Logo

#20519f Color Hex

#20519F
(32,81,159)
0 Favorites   0 Comments

Color spaces of #20519f

RGB 3281159
HSL0.600.660.37
HSV217°80°62°
CMYK 0.800.490.00   0.38
XYZ9.79618.695133.9629
Yxy8.69510.18680.1658
Hunter Lab29.48757.6969-47.6475
CIE-Lab35.390512.9166-47.0327

#20519f color RGB value is (32,81,159).

#20519f hex color red value is 32, green value is 81 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #20519f hue: 0.60 , saturation: 0.66 and the lightness value of 20519f is 0.37.

The process color (four color CMYK) of #20519f color hex is 0.80, 0.49, 0.00, 0.38. Web safe color of #20519f is #336699. Color #20519f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01010001 10011111
Octal 40 121 237
Decimal 32 81 159
Hex 20 51 9F

RGB Percentages of Color #20519f

%11.76
%29.78
%58.46

CMYK Percentages of Color #20519f

%80
%49
%0
%38

Triadic Colors of #20519f

#20519f #9f2051 #519f20

Analogous Colors of #20519f

#20519f #2e209f #20919f

Monochromatic Colors of #20519f

#20519f

Complementary Color

#20519f #9f6e20

#20519f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20519f Color Preview on White Background

Lorem ipsum dolor sit amet.

#20519f Color CSS Codes

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

#20519f Text Font Color

<p style="color:#20519f">Text here</p>

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


#20519f Background Color

<div style="background-color:#20519f">
Div content here</div>

This div background color is #20519f


#20519f Border Color

<div style="border:3px solid #20519f">
Div here</div>

This div border color is #20519f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,81,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20519f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20519f;
  -webkit-box-shadow: 1px 1px 3px 2px #20519f;
  box-shadow:         1px 1px 3px 2px #20519f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20519f


Comments

No comments written yet.

Please login to write comment.