Color Hex Logo

#041781 Color Hex

#041781
(4,23,129)
0 Favorites   0 Comments

Color spaces of #041781

RGB 423129
HSL0.640.940.26
HSV231°97°51°
CMYK 0.970.820.00   0.49
XYZ4.31892.223620.9704
Yxy2.22360.15700.0808
Hunter Lab14.911725.6036-72.9414
CIE-Lab16.619537.8208-59.2587

#041781 color RGB value is (4,23,129).

#041781 hex color red value is 4, green value is 23 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #041781 hue: 0.64 , saturation: 0.94 and the lightness value of 041781 is 0.26.

The process color (four color CMYK) of #041781 color hex is 0.97, 0.82, 0.00, 0.49. Web safe color of #041781 is #000099. Color #041781 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010111 10000001
Octal 4 27 201
Decimal 4 23 129
Hex 4 17 81

RGB Percentages of Color #041781

%2.56
%14.74
%82.69

CMYK Percentages of Color #041781

%97
%82
%0
%49

Triadic Colors of #041781

#041781 #810417 #178104

Analogous Colors of #041781

#041781 #2f0481 #045681

Monochromatic Colors of #041781

#041781

Complementary Color

#041781 #816e04

#041781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#041781 Color CSS Codes

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

#041781 Text Font Color

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

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


#041781 Background Color

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

This div background color is #041781


#041781 Border Color

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

This div border color is #041781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041781


Comments

No comments written yet.

Please login to write comment.