Color Hex Logo

#014047 Color Hex

#014047
(1,64,71)
0 Favorites   0 Comments

Color spaces of #014047

RGB 16471
HSL0.520.970.14
HSV186°99°28°
CMYK 0.990.100.00   0.72
XYZ2.98324.12826.6008
Yxy4.12820.21760.3011
Hunter Lab20.3180-9.3481-5.0393
CIE-Lab24.0908-15.0860-9.4453

#014047 color RGB value is (1,64,71).

#014047 hex color red value is 1, green value is 64 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #014047 hue: 0.52 , saturation: 0.97 and the lightness value of 014047 is 0.14.

The process color (four color CMYK) of #014047 color hex is 0.99, 0.10, 0.00, 0.72. Web safe color of #014047 is #003333. Color #014047 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000000 01000111
Octal 1 100 107
Decimal 1 64 71
Hex 1 40 47

RGB Percentages of Color #014047

%0.74
%47.06
%52.21

CMYK Percentages of Color #014047

%99
%10
%0
%72

Triadic Colors of #014047

#014047 #470140 #404701

Analogous Colors of #014047

#014047 #011d47 #01472b

Monochromatic Colors of #014047

#014047

Complementary Color

#014047 #470801

#014047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014047 Color CSS Codes

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

#014047 Text Font Color

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

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


#014047 Background Color

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

This div background color is #014047


#014047 Border Color

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

This div border color is #014047


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,64,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 #014047">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014047


Comments

No comments written yet.

Please login to write comment.