Color Hex Logo

#01639e Color Hex

#01639E
(1,99,158)
0 Favorites   0 Comments

Color spaces of #01639e

RGB 199158
HSL0.560.990.31
HSV203°99°62°
CMYK 0.990.370.00   0.38
XYZ10.645911.398833.9868
Yxy11.39880.19000.2034
Hunter Lab33.7621-2.7989-36.0511
CIE-Lab40.2442-1.4128-38.6961

#01639e color RGB value is (1,99,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100011 10011110
Octal 1 143 236
Decimal 1 99 158
Hex 1 63 9E

RGB Percentages of Color #01639e

%0.39
%38.37
%61.24

CMYK Percentages of Color #01639e

%99
%37
%0
%38

Triadic Colors of #01639e

#01639e #9e0163 #639e01

Analogous Colors of #01639e

#01639e #01159e #019e8b

Monochromatic Colors of #01639e

#01639e

Complementary Color

#01639e #9e3c01

#01639e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01639e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01639e Color CSS Codes

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

#01639e Text Font Color

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

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


#01639e Background Color

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

This div background color is #01639e


#01639e Border Color

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

This div border color is #01639e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01639e


Comments

No comments written yet.

Please login to write comment.