Color Hex Logo

#01493b Color Hex

#01493B
(1,73,59)
0 Favorites   0 Comments

Color spaces of #01493b

RGB 17359
HSL0.470.970.15
HSV168°99°29°
CMYK 0.990.000.19   0.71
XYZ3.18455.08734.9518
Yxy5.08730.24080.3847
Hunter Lab22.5550-14.26932.7718
CIE-Lab26.9820-24.07762.7180

#01493b color RGB value is (1,73,59).

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

The process color (four color CMYK) of #01493b color hex is 0.99, 0.00, 0.19, 0.71. Web safe color of #01493b is #003333. Color #01493b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001001 00111011
Octal 1 111 73
Decimal 1 73 59
Hex 1 49 3B

RGB Percentages of Color #01493b

%0.75
%54.89
%44.36

CMYK Percentages of Color #01493b

%99
%0
%19
%71

Triadic Colors of #01493b

#01493b #3b0149 #493b01

Analogous Colors of #01493b

#01493b #013349 #014917

Monochromatic Colors of #01493b

#01493b

Complementary Color

#01493b #49010f

#01493b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01493b Color Preview on White Background

Lorem ipsum dolor sit amet.

#01493b Color CSS Codes

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

#01493b Text Font Color

<p style="color:#01493b">Text here</p>

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


#01493b Background Color

<div style="background-color:#01493b">
Div content here</div>

This div background color is #01493b


#01493b Border Color

<div style="border:3px solid #01493b">
Div here</div>

This div border color is #01493b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01493b


Comments

No comments written yet.

Please login to write comment.