Color Hex Logo

#01579a Color Hex

#01579A
(1,87,154)
0 Favorites   0 Comments

Color spaces of #01579a

RGB 187154
HSL0.570.990.30
HSV206°99°60°
CMYK 0.990.440.00   0.40
XYZ9.25349.155931.8514
Yxy9.15590.18410.1822
Hunter Lab30.25871.6342-41.2297
CIE-Lab36.28274.6592-42.6231

#01579a color RGB value is (1,87,154).

#01579a hex color red value is 1, green value is 87 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #01579a hue: 0.57 , saturation: 0.99 and the lightness value of 01579a is 0.30.

The process color (four color CMYK) of #01579a color hex is 0.99, 0.44, 0.00, 0.40. Web safe color of #01579a is #006699. Color #01579a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01010111 10011010
Octal 1 127 232
Decimal 1 87 154
Hex 1 57 9A

RGB Percentages of Color #01579a

%0.41
%35.95
%63.64

CMYK Percentages of Color #01579a

%99
%44
%0
%40

Triadic Colors of #01579a

#01579a #9a0157 #579a01

Analogous Colors of #01579a

#01579a #010b9a #019a91

Monochromatic Colors of #01579a

#01579a

Complementary Color

#01579a #9a4401

#01579a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01579a Color Preview on White Background

Lorem ipsum dolor sit amet.

#01579a Color CSS Codes

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

#01579a Text Font Color

<p style="color:#01579a">Text here</p>

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


#01579a Background Color

<div style="background-color:#01579a">
Div content here</div>

This div background color is #01579a


#01579a Border Color

<div style="border:3px solid #01579a">
Div here</div>

This div border color is #01579a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,87,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01579a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01579a;
  -webkit-box-shadow: 1px 1px 3px 2px #01579a;
  box-shadow:         1px 1px 3px 2px #01579a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01579a


Comments

No comments written yet.

Please login to write comment.