Color Hex Logo

#016e8d Color Hex

#016E8D
(1,110,141)
0 Favorites   0 Comments

Color spaces of #016e8d

RGB 1110141
HSL0.540.990.28
HSV193°99°55°
CMYK 0.990.220.00   0.45
XYZ10.396213.081427.1763
Yxy13.08140.20520.2583
Hunter Lab36.1682-11.9863-19.2319
CIE-Lab42.8856-14.6977-24.3965

#016e8d color RGB value is (1,110,141).

#016e8d hex color red value is 1, green value is 110 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #016e8d hue: 0.54 , saturation: 0.99 and the lightness value of 016e8d is 0.28.

The process color (four color CMYK) of #016e8d color hex is 0.99, 0.22, 0.00, 0.45. Web safe color of #016e8d is #006699. Color #016e8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101110 10001101
Octal 1 156 215
Decimal 1 110 141
Hex 1 6E 8D

RGB Percentages of Color #016e8d

%0.40
%43.65
%55.95

CMYK Percentages of Color #016e8d

%99
%22
%0
%45

Triadic Colors of #016e8d

#016e8d #8d016e #6e8d01

Analogous Colors of #016e8d

#016e8d #01288d #018d66

Monochromatic Colors of #016e8d

#016e8d

Complementary Color

#016e8d #8d2001

#016e8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016e8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#016e8d Color CSS Codes

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

#016e8d Text Font Color

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

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


#016e8d Background Color

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

This div background color is #016e8d


#016e8d Border Color

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

This div border color is #016e8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,110,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #016e8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #016e8d;
  -webkit-box-shadow: 1px 1px 3px 2px #016e8d;
  box-shadow:         1px 1px 3px 2px #016e8d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016e8d


Comments

No comments written yet.

Please login to write comment.