Color Hex Logo

#05418a Color Hex

#05418A
(5,65,138)
0 Favorites   0 Comments

Color spaces of #05418a

RGB 565138
HSL0.590.930.28
HSV213°96°54°
CMYK 0.960.530.00   0.46
XYZ6.54035.647824.7902
Yxy5.64780.17690.1527
Hunter Lab23.76517.5354-45.2119
CIE-Lab28.505913.0552-45.3903

#05418a color RGB value is (5,65,138).

#05418a hex color red value is 5, green value is 65 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #05418a hue: 0.59 , saturation: 0.93 and the lightness value of 05418a is 0.28.

The process color (four color CMYK) of #05418a color hex is 0.96, 0.53, 0.00, 0.46. Web safe color of #05418a is #003399. Color #05418a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000001 10001010
Octal 5 101 212
Decimal 5 65 138
Hex 5 41 8A

RGB Percentages of Color #05418a

%2.40
%31.25
%66.35

CMYK Percentages of Color #05418a

%96
%53
%0
%46

Triadic Colors of #05418a

#05418a #8a0541 #418a05

Analogous Colors of #05418a

#05418a #0c058a #05848a

Monochromatic Colors of #05418a

#05418a

Complementary Color

#05418a #8a4e05

#05418a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05418a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05418a Color CSS Codes

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

#05418a Text Font Color

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

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


#05418a Background Color

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

This div background color is #05418a


#05418a Border Color

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

This div border color is #05418a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,65,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05418a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05418a;
  -webkit-box-shadow: 1px 1px 3px 2px #05418a;
  box-shadow:         1px 1px 3px 2px #05418a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05418a


Comments

No comments written yet.

Please login to write comment.