Color Hex Logo

#003579 Color Hex

#003579
(0,53,121)
0 Favorites   0 Comments

Color spaces of #003579

RGB 053121
HSL0.591.000.24
HSV214°100°47°
CMYK 1.000.560.00   0.53
XYZ4.72433.926718.5981
Yxy3.92670.17340.1441
Hunter Lab19.81597.8783-41.7752
CIE-Lab23.427613.8918-42.9898

#003579 color RGB value is (0,53,121).

#003579 hex color red value is 0, green value is 53 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #003579 hue: 0.59 , saturation: 1.00 and the lightness value of 003579 is 0.24.

The process color (four color CMYK) of #003579 color hex is 1.00, 0.56, 0.00, 0.53. Web safe color of #003579 is #003366. Color #003579 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110101 01111001
Octal 0 65 171
Decimal 0 53 121
Hex 0 35 79

RGB Percentages of Color #003579

%0.00
%30.46
%69.54

CMYK Percentages of Color #003579

%100
%56
%0
%53

Triadic Colors of #003579

#003579 #790035 #357900

Analogous Colors of #003579

#003579 #080079 #007279

Monochromatic Colors of #003579

#003579

Complementary Color

#003579 #794400

#003579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#003579 Color CSS Codes

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

#003579 Text Font Color

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

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


#003579 Background Color

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

This div background color is #003579


#003579 Border Color

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

This div border color is #003579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003579


Comments

No comments written yet.

Please login to write comment.