Color Hex Logo

#014d87 Color Hex

#014D87
(1,77,135)
0 Favorites   0 Comments

Color spaces of #014d87

RGB 177135
HSL0.570.990.27
HSV206°99°53°
CMYK 0.990.430.00   0.47
XYZ7.03967.063523.9140
Yxy7.06350.18520.1858
Hunter Lab26.57720.7697-34.7446
CIE-Lab31.95103.2922-37.9943

#014d87 color RGB value is (1,77,135).

#014d87 hex color red value is 1, green value is 77 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #014d87 hue: 0.57 , saturation: 0.99 and the lightness value of 014d87 is 0.27.

The process color (four color CMYK) of #014d87 color hex is 0.99, 0.43, 0.00, 0.47. Web safe color of #014d87 is #006699. Color #014d87 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001101 10000111
Octal 1 115 207
Decimal 1 77 135
Hex 1 4D 87

RGB Percentages of Color #014d87

%0.47
%36.15
%63.38

CMYK Percentages of Color #014d87

%99
%43
%0
%47

Triadic Colors of #014d87

#014d87 #87014d #4d8701

Analogous Colors of #014d87

#014d87 #010a87 #01877e

Monochromatic Colors of #014d87

#014d87

Complementary Color

#014d87 #873b01

#014d87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014d87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014d87 Color CSS Codes

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

#014d87 Text Font Color

<p style="color:#014d87">Text here</p>

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


#014d87 Background Color

<div style="background-color:#014d87">
Div content here</div>

This div background color is #014d87


#014d87 Border Color

<div style="border:3px solid #014d87">
Div here</div>

This div border color is #014d87


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,77,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #014d87; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #014d87;
  -webkit-box-shadow: 1px 1px 3px 2px #014d87;
  box-shadow:         1px 1px 3px 2px #014d87; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014d87


Comments

No comments written yet.

Please login to write comment.