Color Hex Logo

#014056 Color Hex

#014056
(1,64,86)
0 Favorites   0 Comments

Color spaces of #014056

RGB 16486
HSL0.540.980.17
HSV196°99°34°
CMYK 0.990.260.00   0.66
XYZ3.52564.34519.4570
Yxy4.34510.20350.2508
Hunter Lab20.8449-6.2880-12.3075
CIE-Lab24.7810-9.0293-18.2595

#014056 color RGB value is (1,64,86).

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

The process color (four color CMYK) of #014056 color hex is 0.99, 0.26, 0.00, 0.66. Web safe color of #014056 is #003366. Color #014056 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000000 01010110
Octal 1 100 126
Decimal 1 64 86
Hex 1 40 56

RGB Percentages of Color #014056

%0.66
%42.38
%56.95

CMYK Percentages of Color #014056

%99
%26
%0
%66

Triadic Colors of #014056

#014056 #560140 #405601

Analogous Colors of #014056

#014056 #011656 #015642

Monochromatic Colors of #014056

#014056

Complementary Color

#014056 #561701

#014056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014056 Color CSS Codes

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

#014056 Text Font Color

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

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


#014056 Background Color

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

This div background color is #014056


#014056 Border Color

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

This div border color is #014056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014056


Comments

No comments written yet.

Please login to write comment.