Color Hex Logo

#05189a Color Hex

#05189A
(5,24,154)
0 Favorites   0 Comments

Color spaces of #05189a

RGB 524154
HSL0.650.940.31
HSV232°97°60°
CMYK 0.970.840.00   0.40
XYZ6.22203.018630.8266
Yxy3.01860.15530.0753
Hunter Lab17.374133.5195-93.0353
CIE-Lab20.118245.8298-69.0535

#05189a color RGB value is (5,24,154).

#05189a hex color red value is 5, green value is 24 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #05189a hue: 0.65 , saturation: 0.94 and the lightness value of 05189a is 0.31.

The process color (four color CMYK) of #05189a color hex is 0.97, 0.84, 0.00, 0.40. Web safe color of #05189a is #000099. Color #05189a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011000 10011010
Octal 5 30 232
Decimal 5 24 154
Hex 5 18 9A

RGB Percentages of Color #05189a

%2.73
%13.11
%84.15

CMYK Percentages of Color #05189a

%97
%84
%0
%40

Triadic Colors of #05189a

#05189a #9a0518 #189a05

Analogous Colors of #05189a

#05189a #3c059a #05639a

Monochromatic Colors of #05189a

#05189a

Complementary Color

#05189a #9a8705

#05189a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05189a Color Preview on White Background

Lorem ipsum dolor sit amet.

#05189a Color CSS Codes

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

#05189a Text Font Color

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

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


#05189a Background Color

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

This div background color is #05189a


#05189a Border Color

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

This div border color is #05189a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05189a


Comments

No comments written yet.

Please login to write comment.