COLOR #016CA7

HEX: #016CA7
RGB: (1,108,167)

Color info

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

RGB color model

#016CA7 color RGB value is (1,108,167).

  • red value is 1;
  • green value is 108;
  • blue value is 167.
RGB:
(1,108,167)
(0%,42%,65%)

RGB channels and saturation

R 1 of 255 = 0%
G 108 of 255 = 42%
B 167 of 255 = 65%

1
108
167

R + G + B ~ 36%. #016CA7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 108 + 167 = 276 (100%)
R 1 of 276 ~ 0.36%
G 108 of 276 ~ 39.13%
B 167 of 276 ~ 60.51%

%39.13
%60.51

CMYK color model

#016CA7 color CMYK value is (99,35,0,35).

  • cyan value is 99.40%
  • magenta value is 35.33%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(99,35,0,35)
C99M35Y0K35 
(99%,35%,0%,35%)
(0.99/0.35/0.00/0.35)	

CMYK percentages

%99.4
%35.33
%0
%34.51

Codes

Color #016CA7 in popluar color models

016CA7
RGB1108167
HSL201°98.81%32.94%
HSB/HSV201°99.40%65.49%
CMYK99.40%35.33%0.00%
34.51%

Color #016CA7 in popluar number systems.

HEX016CA7
Decimal1108167
Binary1110110010100111
Octal1154247

Shades and tints

Shades of #016CA7

#016CA7
(1,108,167)
#016398
(1,99,152)
#015A89
(1,90,137)
#01517A
(1,81,122)
#01486B
(1,72,107)
#013F5C
(1,63,92)
#01364D
(1,54,77)
#012D3E
(1,45,62)
#01242F
(1,36,47)
#011B20
(1,27,32)
#011211
(1,18,17)
#000000
(0,0,0)

Tints of #016CA7

#016CA7
(1,108,167)
#1879AF
(24,121,175)
#2F86B7
(47,134,183)
#4693BF
(70,147,191)
#5DA0C7
(93,160,199)
#74ADCF
(116,173,207)
#8BBAD7
(139,186,215)
#A2C7DF
(162,199,223)
#B9D4E7
(185,212,231)
#D0E1EF
(208,225,239)
#E7EEF7
(231,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #016CA7 color. Also use rgb(1,108,167) instead hex code.

Text Font Color

.myTextColor { color: #016CA7; }

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

This text font color is #016CA7.


Background Color

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

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

This div background color is #016CA7.


Border color

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

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

This div border color is #016CA7.


Opacity

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

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

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

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

This text has shadow with #016CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #016CA7 on black background.


Color preview on white background

This text has color #016CA7 on white background.



Black color preview on #016CA7 background

This text has black color on #016CA7 background.


White color preview on #016CA7 background

This text has white color on #016CA7 background.