Color Hex Logo

#01494f Color Hex

#01494F
(1,73,79)
0 Favorites   0 Comments

Color spaces of #01494f

RGB 17379
HSL0.510.980.16
HSV185°99°31°
CMYK 0.990.080.00   0.69
XYZ3.80635.33618.2265
Yxy5.33610.21910.3072
Hunter Lab23.1000-11.0127-4.9447
CIE-Lab27.6716-17.1759-9.2544

#01494f color RGB value is (1,73,79).

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

The process color (four color CMYK) of #01494f color hex is 0.99, 0.08, 0.00, 0.69. Web safe color of #01494f is #003366. Color #01494f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001001 01001111
Octal 1 111 117
Decimal 1 73 79
Hex 1 49 4F

RGB Percentages of Color #01494f

%0.65
%47.71
%51.63

CMYK Percentages of Color #01494f

%99
%8
%0
%69

Triadic Colors of #01494f

#01494f #4f0149 #494f01

Analogous Colors of #01494f

#01494f #01224f #014f2e

Monochromatic Colors of #01494f

#01494f

Complementary Color

#01494f #4f0701

#01494f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01494f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01494f Color CSS Codes

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

#01494f Text Font Color

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

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


#01494f Background Color

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

This div background color is #01494f


#01494f Border Color

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

This div border color is #01494f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01494f


Comments

No comments written yet.

Please login to write comment.