Color Hex Logo

#01494d Color Hex

#01494D
(1,73,77)
0 Favorites   0 Comments

Color spaces of #01494d

RGB 17377
HSL0.510.970.15
HSV183°99°30°
CMYK 0.990.050.00   0.70
XYZ3.73465.30747.8488
Yxy5.30740.22110.3142
Hunter Lab23.0378-11.3799-4.0732
CIE-Lab27.5932-17.9188-8.0753

#01494d color RGB value is (1,73,77).

#01494d hex color red value is 1, green value is 73 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #01494d hue: 0.51 , saturation: 0.97 and the lightness value of 01494d is 0.15.

The process color (four color CMYK) of #01494d color hex is 0.99, 0.05, 0.00, 0.70. Web safe color of #01494d is #003366. Color #01494d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001001 01001101
Octal 1 111 115
Decimal 1 73 77
Hex 1 49 4D

RGB Percentages of Color #01494d

%0.66
%48.34
%50.99

CMYK Percentages of Color #01494d

%99
%5
%0
%70

Triadic Colors of #01494d

#01494d #4d0149 #494d01

Analogous Colors of #01494d

#01494d #01234d #014d2b

Monochromatic Colors of #01494d

#01494d

Complementary Color

#01494d #4d0501

#01494d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01494d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01494d Color CSS Codes

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

#01494d Text Font Color

<p style="color:#01494d">Text here</p>

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


#01494d Background Color

<div style="background-color:#01494d">
Div content here</div>

This div background color is #01494d


#01494d Border Color

<div style="border:3px solid #01494d">
Div here</div>

This div border color is #01494d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01494d


Comments

No comments written yet.

Please login to write comment.