Color Hex Logo

#05128d Color Hex

#05128D
(5,18,141)
0 Favorites   0 Comments

Color spaces of #05128d

RGB 518141
HSL0.650.930.29
HSV234°96°55°
CMYK 0.960.870.00   0.45
XYZ5.08662.388025.3921
Yxy2.38800.15480.0727
Hunter Lab15.453231.7125-86.6061
CIE-Lab17.404344.4384-65.5115

#05128d color RGB value is (5,18,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00010010 10001101
Octal 5 22 215
Decimal 5 18 141
Hex 5 12 8D

RGB Percentages of Color #05128d

%3.05
%10.98
%85.98

CMYK Percentages of Color #05128d

%96
%87
%0
%45

Triadic Colors of #05128d

#05128d #8d0512 #128d05

Analogous Colors of #05128d

#05128d #3c058d #05568d

Monochromatic Colors of #05128d

#05128d

Complementary Color

#05128d #8d8005

#05128d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05128d Color Preview on White Background

Lorem ipsum dolor sit amet.

#05128d Color CSS Codes

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

#05128d Text Font Color

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

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


#05128d Background Color

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

This div background color is #05128d


#05128d Border Color

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

This div border color is #05128d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,18,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 #05128d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05128d


Comments

No comments written yet.

Please login to write comment.