Color Hex Logo

#01487e Color Hex

#01487E
(1,72,126)
0 Favorites   0 Comments

Color spaces of #01487e

RGB 172126
HSL0.570.980.25
HSV206°99°49°
CMYK 0.990.430.00   0.51
XYZ6.09586.147520.6040
Yxy6.14750.18560.1872
Hunter Lab24.79420.4956-31.9142
CIE-Lab29.78162.8057-35.8888

#01487e color RGB value is (1,72,126).

#01487e hex color red value is 1, green value is 72 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #01487e hue: 0.57 , saturation: 0.98 and the lightness value of 01487e is 0.25.

The process color (four color CMYK) of #01487e color hex is 0.99, 0.43, 0.00, 0.51. Web safe color of #01487e is #003366. Color #01487e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001000 01111110
Octal 1 110 176
Decimal 1 72 126
Hex 1 48 7E

RGB Percentages of Color #01487e

%0.50
%36.18
%63.32

CMYK Percentages of Color #01487e

%99
%43
%0
%51

Triadic Colors of #01487e

#01487e #7e0148 #487e01

Analogous Colors of #01487e

#01487e #01097e #017e76

Monochromatic Colors of #01487e

#01487e

Complementary Color

#01487e #7e3701

#01487e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01487e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01487e Color CSS Codes

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

#01487e Text Font Color

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

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


#01487e Background Color

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

This div background color is #01487e


#01487e Border Color

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

This div border color is #01487e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01487e


Comments

No comments written yet.

Please login to write comment.