Color Hex Logo

#041592 Color Hex

#041592
(4,21,146)
0 Favorites   0 Comments

Color spaces of #041592

RGB 421146
HSL0.650.950.29
HSV233°97°57°
CMYK 0.970.860.00   0.43
XYZ5.50652.637527.4130
Yxy2.63750.15490.0742
Hunter Lab16.240432.1019-88.7105
CIE-Lab18.529444.6374-66.7546

#041592 color RGB value is (4,21,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010101 10010010
Octal 4 25 222
Decimal 4 21 146
Hex 4 15 92

RGB Percentages of Color #041592

%2.34
%12.28
%85.38

CMYK Percentages of Color #041592

%97
%86
%0
%43

Triadic Colors of #041592

#041592 #920415 #159204

Analogous Colors of #041592

#041592 #3a0492 #045c92

Monochromatic Colors of #041592

#041592

Complementary Color

#041592 #928104

#041592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#041592 Color CSS Codes

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

#041592 Text Font Color

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

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


#041592 Background Color

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

This div background color is #041592


#041592 Border Color

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

This div border color is #041592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041592


Comments

No comments written yet.

Please login to write comment.