Color Hex Logo

#043190 Color Hex

#043190
(4,49,144)
0 Favorites   0 Comments

Color spaces of #043190

RGB 449144
HSL0.610.950.29
HSV221°97°56°
CMYK 0.970.660.00   0.44
XYZ6.18244.236126.8773
Yxy4.23610.16580.1136
Hunter Lab20.581817.6001-63.0182
CIE-Lab24.437126.7855-55.7408

#043190 color RGB value is (4,49,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00110001 10010000
Octal 4 61 220
Decimal 4 49 144
Hex 4 31 90

RGB Percentages of Color #043190

%2.03
%24.87
%73.10

CMYK Percentages of Color #043190

%97
%66
%0
%44

Triadic Colors of #043190

#043190 #900431 #319004

Analogous Colors of #043190

#043190 #1d0490 #047790

Monochromatic Colors of #043190

#043190

Complementary Color

#043190 #906304

#043190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#043190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#043190 Color CSS Codes

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

#043190 Text Font Color

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

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


#043190 Background Color

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

This div background color is #043190


#043190 Border Color

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

This div border color is #043190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #043190


Comments

No comments written yet.

Please login to write comment.