Color Hex Logo

#01597e Color Hex

#01597E
(1,89,126)
1 Favorites   0 Comments

Color spaces of #01597e

RGB 189126
HSL0.550.980.25
HSV198°99°49°
CMYK 0.990.290.00   0.51
XYZ7.35088.657621.0223
Yxy8.65760.19850.2338
Hunter Lab29.4238-6.8979-21.7640
CIE-Lab35.3165-8.1645-27.1176

#01597e color RGB value is (1,89,126).

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

The process color (four color CMYK) of #01597e color hex is 0.99, 0.29, 0.00, 0.51. Web safe color of #01597e is #006666. Color #01597e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01011001 01111110
Octal 1 131 176
Decimal 1 89 126
Hex 1 59 7E

RGB Percentages of Color #01597e

%0.46
%41.20
%58.33

CMYK Percentages of Color #01597e

%99
%29
%0
%51

Triadic Colors of #01597e

#01597e #7e0159 #597e01

Analogous Colors of #01597e

#01597e #011b7e #017e65

Monochromatic Colors of #01597e

#01597e

Complementary Color

#01597e #7e2601

#01597e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01597e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01597e Color CSS Codes

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

#01597e Text Font Color

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

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


#01597e Background Color

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

This div background color is #01597e


#01597e Border Color

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

This div border color is #01597e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,89,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 #01597e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01597e


Comments

No comments written yet.

Please login to write comment.