Color Hex Logo

#01499e Color Hex

#01499E
(1,73,158)
0 Favorites   0 Comments

Color spaces of #01499e

RGB 173158
HSL0.590.990.31
HSV212°99°62°
CMYK 0.990.540.00   0.38
XYZ8.56667.240233.2937
Yxy7.24020.17450.1475
Hunter Lab26.90769.7409-54.5262
CIE-Lab32.347615.7834-51.3823

#01499e color RGB value is (1,73,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001001 10011110
Octal 1 111 236
Decimal 1 73 158
Hex 1 49 9E

RGB Percentages of Color #01499e

%0.43
%31.47
%68.10

CMYK Percentages of Color #01499e

%99
%54
%0
%38

Triadic Colors of #01499e

#01499e #9e0149 #499e01

Analogous Colors of #01499e

#01499e #07019e #01989e

Monochromatic Colors of #01499e

#01499e

Complementary Color

#01499e #9e5601

#01499e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01499e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01499e Color CSS Codes

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

#01499e Text Font Color

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

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


#01499e Background Color

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

This div background color is #01499e


#01499e Border Color

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

This div border color is #01499e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01499e


Comments

No comments written yet.

Please login to write comment.