Color Hex Logo

#052379 Color Hex

#052379
(5,35,121)
0 Favorites   0 Comments

Color spaces of #052379

RGB 535121
HSL0.620.920.25
HSV224°96°47°
CMYK 0.960.710.00   0.53
XYZ4.11482.614818.3770
Yxy2.61480.16390.1041
Hunter Lab16.170317.1241-56.0617
CIE-Lab18.430027.1605-51.1648

#052379 color RGB value is (5,35,121).

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

The process color (four color CMYK) of #052379 color hex is 0.96, 0.71, 0.00, 0.53. Web safe color of #052379 is #003366. Color #052379 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100011 01111001
Octal 5 43 171
Decimal 5 35 121
Hex 5 23 79

RGB Percentages of Color #052379

%3.11
%21.74
%75.16

CMYK Percentages of Color #052379

%96
%71
%0
%53

Triadic Colors of #052379

#052379 #790523 #237905

Analogous Colors of #052379

#052379 #210579 #055d79

Monochromatic Colors of #052379

#052379

Complementary Color

#052379 #795b05

#052379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052379 Color CSS Codes

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

#052379 Text Font Color

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

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


#052379 Background Color

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

This div background color is #052379


#052379 Border Color

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

This div border color is #052379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052379


Comments

No comments written yet.

Please login to write comment.