Color Hex Logo

#016027 Color Hex

#016027
(1,96,39)
0 Favorites   0 Comments

Color spaces of #016027

RGB 19639
HSL0.400.980.19
HSV144°99°38°
CMYK 0.990.000.59   0.62
XYZ4.56168.51873.3233
Yxy8.51870.27810.5193
Hunter Lab29.1868-23.179213.6798
CIE-Lab35.0406-38.299225.4982

#016027 color RGB value is (1,96,39).

#016027 hex color red value is 1, green value is 96 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #016027 hue: 0.40 , saturation: 0.98 and the lightness value of 016027 is 0.19.

The process color (four color CMYK) of #016027 color hex is 0.99, 0.00, 0.59, 0.62. Web safe color of #016027 is #006633. Color #016027 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100000 00100111
Octal 1 140 47
Decimal 1 96 39
Hex 1 60 27

RGB Percentages of Color #016027

%0.74
%70.59
%28.68

CMYK Percentages of Color #016027

%99
%0
%59
%62

Triadic Colors of #016027

#016027 #270160 #602701

Analogous Colors of #016027

#016027 #016057 #0b6001

Monochromatic Colors of #016027

#016027

Complementary Color

#016027 #60013a

#016027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#016027 Color CSS Codes

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

#016027 Text Font Color

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

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


#016027 Background Color

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

This div background color is #016027


#016027 Border Color

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

This div border color is #016027


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,96,39, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #016027; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #016027;
  -webkit-box-shadow: 1px 1px 3px 2px #016027;
  box-shadow:         1px 1px 3px 2px #016027; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016027


Comments

No comments written yet.

Please login to write comment.