Color Hex Logo

#01392e Color Hex

#01392E
(1,57,46)
0 Favorites   0 Comments

Color spaces of #01392e

RGB 15746
HSL0.470.970.11
HSV168°98°22°
CMYK 0.980.000.19   0.78
XYZ1.96883.13003.0851
Yxy3.13000.24060.3825
Hunter Lab17.6918-11.09662.0453
CIE-Lab20.5572-20.25712.0573

#01392e color RGB value is (1,57,46).

#01392e hex color red value is 1, green value is 57 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #01392e hue: 0.47 , saturation: 0.97 and the lightness value of 01392e is 0.11.

The process color (four color CMYK) of #01392e color hex is 0.98, 0.00, 0.19, 0.78. Web safe color of #01392e is #003333. Color #01392e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111001 00101110
Octal 1 71 56
Decimal 1 57 46
Hex 1 39 2E

RGB Percentages of Color #01392e

%0.96
%54.81
%44.23

CMYK Percentages of Color #01392e

%98
%0
%19
%78

Triadic Colors of #01392e

#01392e #2e0139 #392e01

Analogous Colors of #01392e

#01392e #012839 #013912

Monochromatic Colors of #01392e

#01392e

Complementary Color

#01392e #39010c

#01392e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01392e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01392e Color CSS Codes

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

#01392e Text Font Color

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

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


#01392e Background Color

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

This div background color is #01392e


#01392e Border Color

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

This div border color is #01392e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01392e

#01392e Color Palettes


Comments

No comments written yet.

Please login to write comment.