Color Hex Logo

#0518ba Color Hex

#0518BA
(5,24,186)
0 Favorites   0 Comments

Color spaces of #0518ba

RGB 524186
HSL0.650.950.37
HSV234°97°73°
CMYK 0.970.870.00   0.27
XYZ9.25214.230746.7833
Yxy4.23070.15350.0702
Hunter Lab20.568744.2969-120.4567
CIE-Lab24.419955.7812-81.2282

#0518ba color RGB value is (5,24,186).

#0518ba hex color red value is 5, green value is 24 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #0518ba hue: 0.65 , saturation: 0.95 and the lightness value of 0518ba is 0.37.

The process color (four color CMYK) of #0518ba color hex is 0.97, 0.87, 0.00, 0.27. Web safe color of #0518ba is #0000cc. Color #0518ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00011000 10111010
Octal 5 30 272
Decimal 5 24 186
Hex 5 18 BA

RGB Percentages of Color #0518ba

%2.33
%11.16
%86.51

CMYK Percentages of Color #0518ba

%97
%87
%0
%27

Triadic Colors of #0518ba

#0518ba #ba0518 #18ba05

Analogous Colors of #0518ba

#0518ba #4d05ba #0573ba

Monochromatic Colors of #0518ba

#0518ba

Complementary Color

#0518ba #baa705

#0518ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0518ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0518ba Color CSS Codes

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

#0518ba Text Font Color

<p style="color:#0518ba">Text here</p>

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


#0518ba Background Color

<div style="background-color:#0518ba">
Div content here</div>

This div background color is #0518ba


#0518ba Border Color

<div style="border:3px solid #0518ba">
Div here</div>

This div border color is #0518ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0518ba


Comments

No comments written yet.

Please login to write comment.