Color Hex Logo

#05018e Color Hex

#05018E
(5,1,142)
0 Favorites   0 Comments

Color spaces of #05018e

RGB 51142
HSL0.670.990.28
HSV242°99°56°
CMYK 0.960.990.00   0.44
XYZ4.95592.007025.7174
Yxy2.00700.15160.0614
Hunter Lab14.166937.6515-97.7136
CIE-Lab15.523950.9157-69.2770

#05018e color RGB value is (5,1,142).

#05018e hex color red value is 5, green value is 1 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #05018e hue: 0.67 , saturation: 0.99 and the lightness value of 05018e is 0.28.

The process color (four color CMYK) of #05018e color hex is 0.96, 0.99, 0.00, 0.44. Web safe color of #05018e is #000099. Color #05018e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000001 10001110
Octal 5 1 216
Decimal 5 1 142
Hex 5 1 8E

RGB Percentages of Color #05018e

%3.38
%0.68
%95.95

CMYK Percentages of Color #05018e

%96
%99
%0
%44

Triadic Colors of #05018e

#05018e #8e0501 #018e05

Analogous Colors of #05018e

#05018e #4b018e #01448e

Monochromatic Colors of #05018e

#05018e

Complementary Color

#05018e #8a8e01

#05018e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05018e Color Preview on White Background

Lorem ipsum dolor sit amet.

#05018e Color CSS Codes

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

#05018e Text Font Color

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

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


#05018e Background Color

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

This div background color is #05018e


#05018e Border Color

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

This div border color is #05018e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,1,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05018e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05018e;
  -webkit-box-shadow: 1px 1px 3px 2px #05018e;
  box-shadow:         1px 1px 3px 2px #05018e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05018e


Comments

No comments written yet.

Please login to write comment.