Color Hex Logo

#41519e Color Hex

#41519E
(65,81,158)
0 Favorites   0 Comments

Color spaces of #41519e

RGB 6581158
HSL0.640.420.44
HSV230°59°62°
CMYK 0.590.490.00   0.38
XYZ11.29409.477333.5818
Yxy9.47730.20780.1744
Hunter Lab30.785211.6111-43.1263
CIE-Lab36.887517.8506-43.9425

#41519e color RGB value is (65,81,158).

#41519e hex color red value is 65, green value is 81 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #41519e hue: 0.64 , saturation: 0.42 and the lightness value of 41519e is 0.44.

The process color (four color CMYK) of #41519e color hex is 0.59, 0.49, 0.00, 0.38. Web safe color of #41519e is #336699. Color #41519e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010001 10011110
Octal 101 121 236
Decimal 65 81 158
Hex 41 51 9E

RGB Percentages of Color #41519e

%21.38
%26.64
%51.97

CMYK Percentages of Color #41519e

%59
%49
%0
%38

Triadic Colors of #41519e

#41519e #9e4151 #519e41

Analogous Colors of #41519e

#41519e #5f419e #41809e

Monochromatic Colors of #41519e

#41519e

Complementary Color

#41519e #9e8e41

#41519e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41519e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41519e Color CSS Codes

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

#41519e Text Font Color

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

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


#41519e Background Color

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

This div background color is #41519e


#41519e Border Color

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

This div border color is #41519e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,81,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41519e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41519e;
  -webkit-box-shadow: 1px 1px 3px 2px #41519e;
  box-shadow:         1px 1px 3px 2px #41519e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41519e


Comments

No comments written yet.

Please login to write comment.