COLOR #016E9E

HEX: #016E9E RGB: (1,110,158)

Color info

#016E9E contains mainly green and blue colors. Web safe color of #016E9E is #006699 (or #069).

RGB color model

#016E9E color RGB value is (1,110,158).

RGB: (1,110,158) (0%, 43%, 62%)

RGB channels and saturation

R 1 of 255 = 0%
G 110 of 255 = 43%
B 158 of 255 = 62%

1
110
158

R + G + B ~ 35%. #016E9E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 110 + 158 = 269 (100%)
R 1 of 269 ~ 0.37%
G 110 of 269 ~ 40.89%
B 158 of 269 ~ 58.74'%

%40.89
%58.74

CMYK color model

#016E9E color CMYK value is (99,30,0,38).

  • cyan value is 99.37%
  • magenta value is 30.38%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (99,30,0,38)
C99M30Y0K38 (99%, 30%, 0%, 38%)
(0.99 / 0.30 / 0.00 / 0.38)

CMYK percentages

%99.37
%30.38
%0
%38.04

Codes

Color #016E9E in popluar color models

01 6E 9E
RGB 1 110 158
HSL 198° 98.74% 31.18%
HSB/HSV 198° 99.37% 61.96%
CMYK 99.37% 30.38% 0.00%
38.04%

Color #016E9E in popluar number systems.

HEX 01 6E 9E
Decimal 1 110 158
Binary 1 1101110 10011110
Octal 1 156 236

Shades and tints

Shades of #016E9E

#016E9E
(1,110,158)
#016490
(1,100,144)
#015A82
(1,90,130)
#015074
(1,80,116)
#014666
(1,70,102)
#013C58
(1,60,88)
#01324A
(1,50,74)
#01283C
(1,40,60)
#011E2E
(1,30,46)
#011420
(1,20,32)
#010A12
(1,10,18)
#000000
(0,0,0)

Tints of #016E9E

#016E9E
(1,110,158)
#187BA6
(24,123,166)
#2F88AE
(47,136,174)
#4695B6
(70,149,182)
#5DA2BE
(93,162,190)
#74AFC6
(116,175,198)
#8BBCCE
(139,188,206)
#A2C9D6
(162,201,214)
#B9D6DE
(185,214,222)
#D0E3E6
(208,227,230)
#E7F0EE
(231,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #016E9E color. Also use rgb(1,110,158) instead hex code.

Text Font Color

.myTextColor { color: #016E9E; }

<p style="color:#016E9E">This sample text font color is #016E9E.</p>

This text font color is #016E9E.

Background Color

.myBgColor { background-color: #016E9E; }

<div style="background-color:#016E9E">Inner text</div>

This div background color is #016E9E.

Border color

.myBorderColor { border: 1px solid #016E9E; }

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

This div border color is #016E9E.

Opacity

.myOpacity80 { color: #016E9E; opacity: 0.8; }

<p style="color:#016E9E;opacity:0.8;">80%</p>

Text with #016E9E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #016E9E;}

<p style="text-shadow: 3px 3px 1px #016E9E">Text here.</p>

This text has shadow with #016E9E color.


.textShadow {text-shadow: 3px 3px 1px #016E9E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #016E9E, 5px 5px 20px red">Text here.</p>

This text has shadow with #016E9E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#016E9E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#016E9E, Direction=45, Strength=4)">Text</p>

This text has shadow with #016E9E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #016E9E;
-webkit-box-shadow: 1px 1px 3px 2px #016E9E;
box-shadow: 1px 1px 3px 2px #016E9E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #016E9E; -webkit-box-shadow: 1px 1px 3px 2px #016E9E; box-shadow:1px 1px 3px 2px #016E9E;">
Div content here
</div>

This div box has shadow with color #016E9E.

Preview

Color preview on black background

This text has color #016E9E on black background.


Color preview on white background

This text has color #016E9E on white background.


Black color preview on #016E9E background

This text has black color on #016E9E background.


White color preview on #016E9E background

This text has white color on #016E9E background.


Related colors

Complementary color

Complementary color for #hex is #FE9161.


I love getcolorcode.com

Triadic colors

1 #9E016E and #6E9E01 with #016E9E are triadic colors.

2 #9E6E01 and #6E019E with #016E9E are triadic colors.