COLOR #016977

HEX: #016977
RGB: (1,105,119)

Color info

#016977 contains mainly green and blue colors. Web safe color of #016977 is #006666 (or #066).

RGB color model

#016977 color RGB value is (1,105,119).

  • red value is 1;
  • green value is 105;
  • blue value is 119.
RGB:
(1,105,119)
(0%,41%,47%)

RGB channels and saturation

R 1 of 255 = 0%
G 105 of 255 = 41%
B 119 of 255 = 47%

1
105
119

R + G + B ~ 29%. #016977 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 105 + 119 = 225 (100%)
R 1 of 225 ~ 0.44%
G 105 of 225 ~ 46.67%
B 119 of 225 ~ 52.89%

%46.67
%52.89

CMYK color model

#016977 color CMYK value is (99,12,0,53).

  • cyan value is 99.16%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(99,12,0,53)
C99M12Y0K53 
(99%,12%,0%,53%)
(0.99/0.12/0.00/0.53)	

CMYK percentages

%99.16
%11.76
%0
%53.33

Codes

Color #016977 in popluar color models

016977
RGB1105119
HSL187°98.33%23.53%
HSB/HSV187°99.16%46.67%
CMYK99.16%11.76%0.00%
53.33%

Color #016977 in popluar number systems.

HEX016977
Decimal1105119
Binary111010011110111
Octal1151167

Shades and tints

Shades of #016977

#016977
(1,105,119)
#01606D
(1,96,109)
#015763
(1,87,99)
#014E59
(1,78,89)
#01454F
(1,69,79)
#013C45
(1,60,69)
#01333B
(1,51,59)
#012A31
(1,42,49)
#012127
(1,33,39)
#01181D
(1,24,29)
#010F13
(1,15,19)
#000000
(0,0,0)

Tints of #016977

#016977
(1,105,119)
#187683
(24,118,131)
#2F838F
(47,131,143)
#46909B
(70,144,155)
#5D9DA7
(93,157,167)
#74AAB3
(116,170,179)
#8BB7BF
(139,183,191)
#A2C4CB
(162,196,203)
#B9D1D7
(185,209,215)
#D0DEE3
(208,222,227)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #016977 color. Also use rgb(1,105,119) instead hex code.

Text Font Color

.myTextColor { color: #016977; }

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

This text font color is #016977.


Background Color

.myBgColor { background-color: #016977; }

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

This div background color is #016977.


Border color

.myBorderColor { border: 1px solid #016977; }

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

This div border color is #016977.


Opacity

.myOpacity80 { color: #016977; opacity: 0.8; }

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

Text with #016977 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 #016977;}

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

This text has shadow with #016977 color.

.textShadow {text-shadow: 3px 3px 1px #016977, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #016977;
-webkit-box-shadow: 1px 1px 3px 2px #016977;
box-shadow:1px 1px 3px 2px #016977;">
Div content here</div>
This div box has shadow with color #016977.

Preview

Color preview on black background

This text has color #016977 on black background.


Color preview on white background

This text has color #016977 on white background.



Black color preview on #016977 background

This text has black color on #016977 background.


White color preview on #016977 background

This text has white color on #016977 background.