Color Hex Logo

#01439e Color Hex

#01439E
(1,67,158)
0 Favorites   0 Comments

Color spaces of #01439e

RGB 167158
HSL0.600.990.31
HSV215°99°62°
CMYK 0.990.580.00   0.38
XYZ8.19126.489433.1686
Yxy6.48940.17120.1356
Hunter Lab25.474312.8162-59.3660
CIE-Lab30.615119.9276-54.2005

#01439e color RGB value is (1,67,158).

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

The process color (four color CMYK) of #01439e color hex is 0.99, 0.58, 0.00, 0.38. Web safe color of #01439e is #003399. Color #01439e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000011 10011110
Octal 1 103 236
Decimal 1 67 158
Hex 1 43 9E

RGB Percentages of Color #01439e

%0.44
%29.65
%69.91

CMYK Percentages of Color #01439e

%99
%58
%0
%38

Triadic Colors of #01439e

#01439e #9e0143 #439e01

Analogous Colors of #01439e

#01439e #0d019e #01929e

Monochromatic Colors of #01439e

#01439e

Complementary Color

#01439e #9e5c01

#01439e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01439e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01439e Color CSS Codes

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

#01439e Text Font Color

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

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


#01439e Background Color

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

This div background color is #01439e


#01439e Border Color

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

This div border color is #01439e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01439e


Comments

No comments written yet.

Please login to write comment.