COLOR #147FA4

HEX: #147FA4
RGB: (20,127,164)

Color info

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

RGB color model

#147FA4 color RGB value is (20,127,164).

  • red value is 20;
  • green value is 127;
  • blue value is 164.
RGB:
(20,127,164)
(8%,50%,64%)

RGB channels and saturation

R 20 of 255 = 8%
G 127 of 255 = 50%
B 164 of 255 = 64%

20
127
164

R + G + B ~ 41%. #147FA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
20 + 127 + 164 = 311 (100%)
R 20 of 311 ~ 6.43%
G 127 of 311 ~ 40.84%
B 164 of 311 ~ 52.73%

%40.84
%52.73

CMYK color model

#147FA4 color CMYK value is (88,23,0,36).

  • cyan value is 87.80%
  • magenta value is 22.56%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(88,23,0,36)
C88M23Y0K36 
(88%,23%,0%,36%)
(0.88/0.23/0.00/0.36)	

CMYK percentages

%87.8
%22.56
%0
%35.69

Codes

Color #147FA4 in popluar color models

147FA4
RGB20127164
HSL195°78.26%36.08%
HSB/HSV195°87.80%64.31%
CMYK87.80%22.56%0.00%
35.69%

Color #147FA4 in popluar number systems.

HEX147FA4
Decimal20127164
Binary10100111111110100100
Octal24177244

Shades and tints

Shades of #147FA4

#147FA4
(20,127,164)
#137496
(19,116,150)
#126988
(18,105,136)
#115E7A
(17,94,122)
#10536C
(16,83,108)
#0F485E
(15,72,94)
#0E3D50
(14,61,80)
#0D3242
(13,50,66)
#0C2734
(12,39,52)
#0B1C26
(11,28,38)
#0A1118
(10,17,24)
#000000
(0,0,0)

Tints of #147FA4

#147FA4
(20,127,164)
#298AAC
(41,138,172)
#3E95B4
(62,149,180)
#53A0BC
(83,160,188)
#68ABC4
(104,171,196)
#7DB6CC
(125,182,204)
#92C1D4
(146,193,212)
#A7CCDC
(167,204,220)
#BCD7E4
(188,215,228)
#D1E2EC
(209,226,236)
#E6EDF4
(230,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #147FA4 color. Also use rgb(20,127,164) instead hex code.

Text Font Color

.myTextColor { color: #147FA4; }

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

This text font color is #147FA4.


Background Color

.myBgColor { background-color: #147FA4; }

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

This div background color is #147FA4.


Border color

.myBorderColor { border: 1px solid #147FA4; }

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

This div border color is #147FA4.


Opacity

.myOpacity80 { color: #147FA4; opacity: 0.8; }

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

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

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

This text has shadow with #147FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #147FA4 on black background.


Color preview on white background

This text has color #147FA4 on white background.



Black color preview on #147FA4 background

This text has black color on #147FA4 background.


White color preview on #147FA4 background

This text has white color on #147FA4 background.