Color Hex Logo

#041590 Color Hex

#041590
(4,21,144)
0 Favorites   0 Comments

Color spaces of #041590

RGB 421144
HSL0.650.950.29
HSV233°97°56°
CMYK 0.970.850.00   0.44
XYZ5.35232.575826.6006
Yxy2.57580.15500.0746
Hunter Lab16.049331.4419-87.0346
CIE-Lab18.258043.9841-65.9624

#041590 color RGB value is (4,21,144).

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

The process color (four color CMYK) of #041590 color hex is 0.97, 0.85, 0.00, 0.44. Web safe color of #041590 is #000099. Color #041590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010101 10010000
Octal 4 25 220
Decimal 4 21 144
Hex 4 15 90

RGB Percentages of Color #041590

%2.37
%12.43
%85.21

CMYK Percentages of Color #041590

%97
%85
%0
%44

Triadic Colors of #041590

#041590 #900415 #159004

Analogous Colors of #041590

#041590 #390490 #045b90

Monochromatic Colors of #041590

#041590

Complementary Color

#041590 #907f04

#041590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#041590 Color CSS Codes

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

#041590 Text Font Color

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

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


#041590 Background Color

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

This div background color is #041590


#041590 Border Color

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

This div border color is #041590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041590


Comments

No comments written yet.

Please login to write comment.