Color Hex Logo

#005079 Color Hex

#005079
(0,80,121)
0 Favorites   0 Comments

Color spaces of #005079

RGB 080121
HSL0.561.000.24
HSV200°100°47°
CMYK 1.000.340.00   0.53
XYZ6.31997.117819.1299
Yxy7.11780.19410.2186
Hunter Lab26.6792-4.4047-23.8375
CIE-Lab32.0736-4.6505-29.1307

#005079 color RGB value is (0,80,121).

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

The process color (four color CMYK) of #005079 color hex is 1.00, 0.34, 0.00, 0.53. Web safe color of #005079 is #006666. Color #005079 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010000 01111001
Octal 0 120 171
Decimal 0 80 121
Hex 0 50 79

RGB Percentages of Color #005079

%0.00
%39.80
%60.20

CMYK Percentages of Color #005079

%100
%34
%0
%53

Triadic Colors of #005079

#005079 #790050 #507900

Analogous Colors of #005079

#005079 #001479 #007966

Monochromatic Colors of #005079

#005079

Complementary Color

#005079 #792900

#005079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005079 Color CSS Codes

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

#005079 Text Font Color

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

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


#005079 Background Color

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

This div background color is #005079


#005079 Border Color

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

This div border color is #005079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005079


Comments

No comments written yet.

Please login to write comment.