Color Hex Logo

#0520aa Color Hex

#0520AA
(5,32,170)
0 Favorites   0 Comments

Color spaces of #0520aa

RGB 532170
HSL0.640.940.34
HSV230°97°67°
CMYK 0.970.810.00   0.33
XYZ7.83483.967638.3831
Yxy3.96760.15610.0791
Hunter Lab19.918835.3526-100.3072
CIE-Lab23.564047.0692-73.0692

#0520aa color RGB value is (5,32,170).

#0520aa hex color red value is 5, green value is 32 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #0520aa hue: 0.64 , saturation: 0.94 and the lightness value of 0520aa is 0.34.

The process color (four color CMYK) of #0520aa color hex is 0.97, 0.81, 0.00, 0.33. Web safe color of #0520aa is #003399. Color #0520aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100000 10101010
Octal 5 40 252
Decimal 5 32 170
Hex 5 20 AA

RGB Percentages of Color #0520aa

%2.42
%15.46
%82.13

CMYK Percentages of Color #0520aa

%97
%81
%0
%33

Triadic Colors of #0520aa

#0520aa #aa0520 #20aa05

Analogous Colors of #0520aa

#0520aa #3d05aa #0573aa

Monochromatic Colors of #0520aa

#0520aa

Complementary Color

#0520aa #aa8f05

#0520aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0520aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0520aa Color CSS Codes

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

#0520aa Text Font Color

<p style="color:#0520aa">Text here</p>

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


#0520aa Background Color

<div style="background-color:#0520aa">
Div content here</div>

This div background color is #0520aa


#0520aa Border Color

<div style="border:3px solid #0520aa">
Div here</div>

This div border color is #0520aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,32,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0520aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0520aa;
  -webkit-box-shadow: 1px 1px 3px 2px #0520aa;
  box-shadow:         1px 1px 3px 2px #0520aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0520aa


Comments

No comments written yet.

Please login to write comment.