Color Hex Logo

#044080 Color Hex

#044080
(4,64,128)
0 Favorites   0 Comments

Color spaces of #044080

RGB 464128
HSL0.590.940.26
HSV211°97°50°
CMYK 0.970.500.00   0.50
XYZ5.77975.251121.1310
Yxy5.25110.17970.1633
Hunter Lab22.91534.9196-38.6327
CIE-Lab27.43859.3842-40.8993

#044080 color RGB value is (4,64,128).

#044080 hex color red value is 4, green value is 64 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #044080 hue: 0.59 , saturation: 0.94 and the lightness value of 044080 is 0.26.

The process color (four color CMYK) of #044080 color hex is 0.97, 0.50, 0.00, 0.50. Web safe color of #044080 is #003399. Color #044080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01000000 10000000
Octal 4 100 200
Decimal 4 64 128
Hex 4 40 80

RGB Percentages of Color #044080

%2.04
%32.65
%65.31

CMYK Percentages of Color #044080

%97
%50
%0
%50

Triadic Colors of #044080

#044080 #800440 #408004

Analogous Colors of #044080

#044080 #060480 #047e80

Monochromatic Colors of #044080

#044080

Complementary Color

#044080 #804404

#044080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#044080 Color CSS Codes

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

#044080 Text Font Color

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

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


#044080 Background Color

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

This div background color is #044080


#044080 Border Color

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

This div border color is #044080


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,64,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #044080; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #044080;
  -webkit-box-shadow: 1px 1px 3px 2px #044080;
  box-shadow:         1px 1px 3px 2px #044080; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044080


Comments

No comments written yet.

Please login to write comment.