Color Hex Logo

#052aaf Color Hex

#052AAF
(5,42,175)
0 Favorites   0 Comments

Color spaces of #052aaf

RGB 542175
HSL0.630.940.35
HSV227°97°69°
CMYK 0.970.760.00   0.31
XYZ8.62844.783341.0259
Yxy4.78330.15850.0879
Hunter Lab21.870832.1476-95.9086
CIE-Lab26.108343.2149-71.8535

#052aaf color RGB value is (5,42,175).

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

The process color (four color CMYK) of #052aaf color hex is 0.97, 0.76, 0.00, 0.31. Web safe color of #052aaf is #003399. Color #052aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00101010 10101111
Octal 5 52 257
Decimal 5 42 175
Hex 5 2A AF

RGB Percentages of Color #052aaf

%2.25
%18.92
%78.83

CMYK Percentages of Color #052aaf

%97
%76
%0
%31

Triadic Colors of #052aaf

#052aaf #af052a #2aaf05

Analogous Colors of #052aaf

#052aaf #3505af #057faf

Monochromatic Colors of #052aaf

#052aaf

Complementary Color

#052aaf #af8a05

#052aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#052aaf Color CSS Codes

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

#052aaf Text Font Color

<p style="color:#052aaf">Text here</p>

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


#052aaf Background Color

<div style="background-color:#052aaf">
Div content here</div>

This div background color is #052aaf


#052aaf Border Color

<div style="border:3px solid #052aaf">
Div here</div>

This div border color is #052aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,42,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 #052aaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052aaf


Comments

No comments written yet.

Please login to write comment.