Color Hex Logo

#014059 Color Hex

#014059
(1,64,89)
0 Favorites   0 Comments

Color spaces of #014059

RGB 16489
HSL0.550.980.18
HSV197°99°35°
CMYK 0.990.280.00   0.65
XYZ3.64914.394510.1071
Yxy4.39450.20100.2421
Hunter Lab20.9631-5.6134-13.9118
CIE-Lab24.9350-7.7682-19.9788

#014059 color RGB value is (1,64,89).

#014059 hex color red value is 1, green value is 64 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #014059 hue: 0.55 , saturation: 0.98 and the lightness value of 014059 is 0.18.

The process color (four color CMYK) of #014059 color hex is 0.99, 0.28, 0.00, 0.65. Web safe color of #014059 is #003366. Color #014059 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000000 01011001
Octal 1 100 131
Decimal 1 64 89
Hex 1 40 59

RGB Percentages of Color #014059

%0.65
%41.56
%57.79

CMYK Percentages of Color #014059

%99
%28
%0
%65

Triadic Colors of #014059

#014059 #590140 #405901

Analogous Colors of #014059

#014059 #011459 #015946

Monochromatic Colors of #014059

#014059

Complementary Color

#014059 #591a01

#014059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014059 Color CSS Codes

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

#014059 Text Font Color

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

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


#014059 Background Color

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

This div background color is #014059


#014059 Border Color

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

This div border color is #014059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014059


Comments

No comments written yet.

Please login to write comment.