Color Hex Logo

#043390 Color Hex

#043390
(4,51,144)
0 Favorites   0 Comments

Color spaces of #043390

RGB 451144
HSL0.610.950.29
HSV220°97°56°
CMYK 0.970.650.00   0.44
XYZ6.26794.407126.9059
Yxy4.40710.16680.1173
Hunter Lab20.993116.5568-61.2941
CIE-Lab24.974125.3938-54.8595

#043390 color RGB value is (4,51,144).

#043390 hex color red value is 4, green value is 51 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #043390 hue: 0.61 , saturation: 0.95 and the lightness value of 043390 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00110011 10010000
Octal 4 63 220
Decimal 4 51 144
Hex 4 33 90

RGB Percentages of Color #043390

%2.01
%25.63
%72.36

CMYK Percentages of Color #043390

%97
%65
%0
%44

Triadic Colors of #043390

#043390 #900433 #339004

Analogous Colors of #043390

#043390 #1b0490 #047990

Monochromatic Colors of #043390

#043390

Complementary Color

#043390 #906104

#043390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#043390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#043390 Color CSS Codes

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

#043390 Text Font Color

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

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


#043390 Background Color

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

This div background color is #043390


#043390 Border Color

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

This div border color is #043390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #043390


Comments

No comments written yet.

Please login to write comment.