Color Hex Logo

#01518e Color Hex

#01518E
(1,81,142)
0 Favorites   0 Comments

Color spaces of #01518e

RGB 181142
HSL0.570.990.28
HSV206°99°56°
CMYK 0.990.430.00   0.44
XYZ7.83747.844326.6922
Yxy7.84430.18500.1851
Hunter Lab28.00770.9363-36.8999
CIE-Lab33.65653.5913-39.5567

#01518e color RGB value is (1,81,142).

#01518e hex color red value is 1, green value is 81 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #01518e hue: 0.57 , saturation: 0.99 and the lightness value of 01518e is 0.28.

The process color (four color CMYK) of #01518e color hex is 0.99, 0.43, 0.00, 0.44. Web safe color of #01518e is #006699. Color #01518e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01010001 10001110
Octal 1 121 216
Decimal 1 81 142
Hex 1 51 8E

RGB Percentages of Color #01518e

%0.45
%36.16
%63.39

CMYK Percentages of Color #01518e

%99
%43
%0
%44

Triadic Colors of #01518e

#01518e #8e0151 #518e01

Analogous Colors of #01518e

#01518e #010a8e #018e85

Monochromatic Colors of #01518e

#01518e

Complementary Color

#01518e #8e3e01

#01518e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01518e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01518e Color CSS Codes

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

#01518e Text Font Color

<p style="color:#01518e">Text here</p>

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


#01518e Background Color

<div style="background-color:#01518e">
Div content here</div>

This div background color is #01518e


#01518e Border Color

<div style="border:3px solid #01518e">
Div here</div>

This div border color is #01518e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,81,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01518e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01518e;
  -webkit-box-shadow: 1px 1px 3px 2px #01518e;
  box-shadow:         1px 1px 3px 2px #01518e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01518e


Comments

No comments written yet.

Please login to write comment.