Color Hex Logo

#01799e Color Hex

#01799E
(1,121,158)
0 Favorites   0 Comments

Color spaces of #01799e

RGB 1121158
HSL0.540.990.31
HSV194°99°62°
CMYK 0.990.230.00   0.38
XYZ13.021416.149834.7787
Yxy16.14980.20360.2525
Hunter Lab40.1868-12.4890-23.1803
CIE-Lab47.1704-14.5297-27.7999

#01799e color RGB value is (1,121,158).

#01799e hex color red value is 1, green value is 121 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #01799e hue: 0.54 , saturation: 0.99 and the lightness value of 01799e is 0.31.

The process color (four color CMYK) of #01799e color hex is 0.99, 0.23, 0.00, 0.38. Web safe color of #01799e is #006699. Color #01799e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111001 10011110
Octal 1 171 236
Decimal 1 121 158
Hex 1 79 9E

RGB Percentages of Color #01799e

%0.36
%43.21
%56.43

CMYK Percentages of Color #01799e

%99
%23
%0
%38

Triadic Colors of #01799e

#01799e #9e0179 #799e01

Analogous Colors of #01799e

#01799e #012b9e #019e75

Monochromatic Colors of #01799e

#01799e

Complementary Color

#01799e #9e2601

#01799e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01799e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01799e Color CSS Codes

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

#01799e Text Font Color

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

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


#01799e Background Color

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

This div background color is #01799e


#01799e Border Color

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

This div border color is #01799e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01799e


Comments

No comments written yet.

Please login to write comment.