Color Hex Logo

#05148d Color Hex

#05148D
(5,20,141)
0 Favorites   0 Comments

Color spaces of #05148d

RGB 520141
HSL0.650.930.29
HSV233°96°55°
CMYK 0.960.860.00   0.45
XYZ5.12052.455725.4034
Yxy2.45570.15530.0745
Hunter Lab15.670730.9024-85.1443
CIE-Lab17.717143.5081-64.9905

#05148d color RGB value is (5,20,141).

#05148d hex color red value is 5, green value is 20 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #05148d hue: 0.65 , saturation: 0.93 and the lightness value of 05148d is 0.29.

The process color (four color CMYK) of #05148d color hex is 0.96, 0.86, 0.00, 0.45. Web safe color of #05148d is #000099. Color #05148d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010100 10001101
Octal 5 24 215
Decimal 5 20 141
Hex 5 14 8D

RGB Percentages of Color #05148d

%3.01
%12.05
%84.94

CMYK Percentages of Color #05148d

%96
%86
%0
%45

Triadic Colors of #05148d

#05148d #8d0514 #148d05

Analogous Colors of #05148d

#05148d #3a058d #05588d

Monochromatic Colors of #05148d

#05148d

Complementary Color

#05148d #8d7e05

#05148d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05148d Color Preview on White Background

Lorem ipsum dolor sit amet.

#05148d Color CSS Codes

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

#05148d Text Font Color

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

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


#05148d Background Color

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

This div background color is #05148d


#05148d Border Color

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

This div border color is #05148d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,20,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05148d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05148d;
  -webkit-box-shadow: 1px 1px 3px 2px #05148d;
  box-shadow:         1px 1px 3px 2px #05148d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05148d


Comments

No comments written yet.

Please login to write comment.