Color Hex Logo

#052679 Color Hex

#052679
(5,38,121)
0 Favorites   0 Comments

Color spaces of #052679

RGB 538121
HSL0.620.920.25
HSV223°96°47°
CMYK 0.960.690.00   0.53
XYZ4.20692.799018.4077
Yxy2.79900.16550.1101
Hunter Lab16.730215.6069-53.5237
CIE-Lab19.220225.0547-49.8639

#052679 color RGB value is (5,38,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00100110 01111001
Octal 5 46 171
Decimal 5 38 121
Hex 5 26 79

RGB Percentages of Color #052679

%3.05
%23.17
%73.78

CMYK Percentages of Color #052679

%96
%69
%0
%53

Triadic Colors of #052679

#052679 #790526 #267905

Analogous Colors of #052679

#052679 #1e0579 #056079

Monochromatic Colors of #052679

#052679

Complementary Color

#052679 #795805

#052679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#052679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#052679 Color CSS Codes

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

#052679 Text Font Color

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

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


#052679 Background Color

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

This div background color is #052679


#052679 Border Color

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

This div border color is #052679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #052679


Comments

No comments written yet.

Please login to write comment.