Color Hex Logo

#052273 Color Hex

#052273
(5,34,115)
0 Favorites   0 Comments

Color spaces of #052273

RGB 534115
HSL0.620.920.24
HSV224°96°45°
CMYK 0.960.700.00   0.55
XYZ3.72912.414116.4891
Yxy2.41410.16480.1067
Hunter Lab15.537415.6511-52.0456
CIE-Lab17.525625.3926-48.8018

#052273 color RGB value is (5,34,115).

#052273 hex color red value is 5, green value is 34 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #052273 hue: 0.62 , saturation: 0.92 and the lightness value of 052273 is 0.24.

The process color (four color CMYK) of #052273 color hex is 0.96, 0.70, 0.00, 0.55. Web safe color of #052273 is #003366. Color #052273 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100010 01110011
Octal 5 42 163
Decimal 5 34 115
Hex 5 22 73

RGB Percentages of Color #052273

%3.25
%22.08
%74.68

CMYK Percentages of Color #052273

%96
%70
%0
%55

Triadic Colors of #052273

#052273 #730522 #227305

Analogous Colors of #052273

#052273 #1f0573 #055973

Monochromatic Colors of #052273

#052273

Complementary Color

#052273 #735605

#052273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052273 Color CSS Codes

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

#052273 Text Font Color

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

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


#052273 Background Color

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

This div background color is #052273


#052273 Border Color

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

This div border color is #052273


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,34,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #052273; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #052273;
  -webkit-box-shadow: 1px 1px 3px 2px #052273;
  box-shadow:         1px 1px 3px 2px #052273; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052273


Comments

No comments written yet.

Please login to write comment.