Color Hex Logo

#00518f Color Hex

#00518F
(0,81,143)
0 Favorites   0 Comments

Color spaces of #00518f

RGB 081143
HSL0.571.000.28
HSV206°100°56°
CMYK 1.000.430.00   0.44
XYZ7.90047.868027.0889
Yxy7.86800.18430.1836
Hunter Lab28.05001.1879-37.6236
CIE-Lab33.70653.9575-40.0876

#00518f color RGB value is (0,81,143).

#00518f hex color red value is 0, green value is 81 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #00518f hue: 0.57 , saturation: 1.00 and the lightness value of 00518f is 0.28.

The process color (four color CMYK) of #00518f color hex is 1.00, 0.43, 0.00, 0.44. Web safe color of #00518f is #006699. Color #00518f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01010001 10001111
Octal 0 121 217
Decimal 0 81 143
Hex 0 51 8F

RGB Percentages of Color #00518f

%0.00
%36.16
%63.84

CMYK Percentages of Color #00518f

%100
%43
%0
%44

Triadic Colors of #00518f

#00518f #8f0051 #518f00

Analogous Colors of #00518f

#00518f #000a8f #008f86

Monochromatic Colors of #00518f

#00518f

Complementary Color

#00518f #8f3e00

#00518f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00518f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00518f Color CSS Codes

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

#00518f Text Font Color

<p style="color:#00518f">Text here</p>

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


#00518f Background Color

<div style="background-color:#00518f">
Div content here</div>

This div background color is #00518f


#00518f Border Color

<div style="border:3px solid #00518f">
Div here</div>

This div border color is #00518f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,81,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00518f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00518f;
  -webkit-box-shadow: 1px 1px 3px 2px #00518f;
  box-shadow:         1px 1px 3px 2px #00518f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,81,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00518f


Comments

No comments written yet.

Please login to write comment.