Color Hex Logo

#01414e Color Hex

#01414E
(1,65,78)
0 Favorites   0 Comments

Color spaces of #01414e

RGB 16578
HSL0.530.970.15
HSV190°99°31°
CMYK 0.990.170.00   0.69
XYZ3.27804.33717.8721
Yxy4.33710.21170.2800
Hunter Lab20.8257-8.3488-7.8336
CIE-Lab24.7560-12.9201-13.0494

#01414e color RGB value is (1,65,78).

#01414e hex color red value is 1, green value is 65 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #01414e hue: 0.53 , saturation: 0.97 and the lightness value of 01414e is 0.15.

The process color (four color CMYK) of #01414e color hex is 0.99, 0.17, 0.00, 0.69. Web safe color of #01414e is #003366. Color #01414e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000001 01001110
Octal 1 101 116
Decimal 1 65 78
Hex 1 41 4E

RGB Percentages of Color #01414e

%0.69
%45.14
%54.17

CMYK Percentages of Color #01414e

%99
%17
%0
%69

Triadic Colors of #01414e

#01414e #4e0141 #414e01

Analogous Colors of #01414e

#01414e #011b4e #014e35

Monochromatic Colors of #01414e

#01414e

Complementary Color

#01414e #4e0e01

#01414e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01414e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01414e Color CSS Codes

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

#01414e Text Font Color

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

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


#01414e Background Color

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

This div background color is #01414e


#01414e Border Color

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

This div border color is #01414e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,65,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01414e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01414e;
  -webkit-box-shadow: 1px 1px 3px 2px #01414e;
  box-shadow:         1px 1px 3px 2px #01414e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01414e


Comments

No comments written yet.

Please login to write comment.