Color Hex Logo

#016447 Color Hex

#016447
(1,100,71)
0 Favorites   0 Comments

Color spaces of #016447

RGB 110071
HSL0.450.980.20
HSV162°99°39°
CMYK 0.990.000.29   0.61
XYZ5.70709.57577.5087
Yxy9.57570.25040.4201
Hunter Lab30.9446-21.23307.2745
CIE-Lab37.0699-32.95839.4839

#016447 color RGB value is (1,100,71).

#016447 hex color red value is 1, green value is 100 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #016447 hue: 0.45 , saturation: 0.98 and the lightness value of 016447 is 0.20.

The process color (four color CMYK) of #016447 color hex is 0.99, 0.00, 0.29, 0.61. Web safe color of #016447 is #006633. Color #016447 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100100 01000111
Octal 1 144 107
Decimal 1 100 71
Hex 1 64 47

RGB Percentages of Color #016447

%0.58
%58.14
%41.28

CMYK Percentages of Color #016447

%99
%0
%29
%61

Triadic Colors of #016447

#016447 #470164 #644701

Analogous Colors of #016447

#016447 #015064 #016416

Monochromatic Colors of #016447

#016447

Complementary Color

#016447 #64011e

#016447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#016447 Color CSS Codes

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

#016447 Text Font Color

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

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


#016447 Background Color

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

This div background color is #016447


#016447 Border Color

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

This div border color is #016447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016447


Comments

No comments written yet.

Please login to write comment.