Color Hex Logo

#041384 Color Hex

#041384
(4,19,132)
0 Favorites   0 Comments

Color spaces of #041384

RGB 419132
HSL0.650.940.27
HSV233°97°52°
CMYK 0.970.860.00   0.48
XYZ4.44782.157522.0118
Yxy2.15750.15540.0754
Hunter Lab14.688428.3468-78.5690
CIE-Lab16.293040.9857-61.7027

#041384 color RGB value is (4,19,132).

#041384 hex color red value is 4, green value is 19 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #041384 hue: 0.65 , saturation: 0.94 and the lightness value of 041384 is 0.27.

The process color (four color CMYK) of #041384 color hex is 0.97, 0.86, 0.00, 0.48. Web safe color of #041384 is #000099. Color #041384 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010011 10000100
Octal 4 23 204
Decimal 4 19 132
Hex 4 13 84

RGB Percentages of Color #041384

%2.58
%12.26
%85.16

CMYK Percentages of Color #041384

%97
%86
%0
%48

Triadic Colors of #041384

#041384 #840413 #138404

Analogous Colors of #041384

#041384 #350484 #045384

Monochromatic Colors of #041384

#041384

Complementary Color

#041384 #847504

#041384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#041384 Color CSS Codes

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

#041384 Text Font Color

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

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


#041384 Background Color

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

This div background color is #041384


#041384 Border Color

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

This div border color is #041384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041384


Comments

No comments written yet.

Please login to write comment.