Color Hex Logo

#0529af Color Hex

#0529AF
(5,41,175)
0 Favorites   0 Comments

Color spaces of #0529af

RGB 541175
HSL0.630.940.35
HSV227°97°69°
CMYK 0.970.770.00   0.31
XYZ8.59344.713341.0143
Yxy4.71330.15820.0868
Hunter Lab21.710132.6619-96.8122
CIE-Lab25.901843.8004-72.1958

#0529af color RGB value is (5,41,175).

#0529af hex color red value is 5, green value is 41 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0529af hue: 0.63 , saturation: 0.94 and the lightness value of 0529af is 0.35.

The process color (four color CMYK) of #0529af color hex is 0.97, 0.77, 0.00, 0.31. Web safe color of #0529af is #003399. Color #0529af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101001 10101111
Octal 5 51 257
Decimal 5 41 175
Hex 5 29 AF

RGB Percentages of Color #0529af

%2.26
%18.55
%79.19

CMYK Percentages of Color #0529af

%97
%77
%0
%31

Triadic Colors of #0529af

#0529af #af0529 #29af05

Analogous Colors of #0529af

#0529af #3605af #057eaf

Monochromatic Colors of #0529af

#0529af

Complementary Color

#0529af #af8b05

#0529af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0529af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0529af Color CSS Codes

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

#0529af Text Font Color

<p style="color:#0529af">Text here</p>

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


#0529af Background Color

<div style="background-color:#0529af">
Div content here</div>

This div background color is #0529af


#0529af Border Color

<div style="border:3px solid #0529af">
Div here</div>

This div border color is #0529af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,41,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0529af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0529af;
  -webkit-box-shadow: 1px 1px 3px 2px #0529af;
  box-shadow:         1px 1px 3px 2px #0529af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0529af


Comments

No comments written yet.

Please login to write comment.