COLOR #1476B1

HEX: #1476B1
RGB: (20,118,177)

Color info

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

RGB color model

#1476B1 color RGB value is (20,118,177).

  • red value is 20;
  • green value is 118;
  • blue value is 177.
RGB: (20,118,177) (8%,46%,69%)

RGB channels and saturation

R 20 of 255 = 8%
G 118 of 255 = 46%
B 177 of 255 = 69%

20
118
177

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

Portions of RGB colors in percentages

R + G + B =
20 + 118 + 177 = 315 (100%)
R 20 of 315 ~ 6.35%
G 118 of 315 ~ 37.46%
B 177 of 315 ~ 56.19%

%37.46
%56.19

CMYK color model

#1476B1 color CMYK value is (89,33,0,31).

  • cyan value is 88.70%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK: (89,33,0,31) C89M33Y0K31 (89%,33%,0%,31%) (0.89/0.33/0.00/0.31)

CMYK percentages

%88.7
%33.33
%0
%30.59

Codes

Color #1476B1 in popluar color models

1476B1
RGB20118177
HSL203°79.70%38.63%
HSB/HSV203°88.70%69.41%
CMYK88.70%33.33%0.00%
30.59%

Color #1476B1 in popluar number systems.

HEX1476B1
Decimal20118177
Binary10100111011010110001
Octal24166261

Shades and tints

Shades of #1476B1

#1476B1
(20,118,177)
#136CA1
(19,108,161)
#126291
(18,98,145)
#115881
(17,88,129)
#104E71
(16,78,113)
#0F4461
(15,68,97)
#0E3A51
(14,58,81)
#0D3041
(13,48,65)
#0C2631
(12,38,49)
#0B1C21
(11,28,33)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #1476B1

#1476B1
(20,118,177)
#2982B8
(41,130,184)
#3E8EBF
(62,142,191)
#539AC6
(83,154,198)
#68A6CD
(104,166,205)
#7DB2D4
(125,178,212)
#92BEDB
(146,190,219)
#A7CAE2
(167,202,226)
#BCD6E9
(188,214,233)
#D1E2F0
(209,226,240)
#E6EEF7
(230,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1476B1 color. Also use rgb(20,118,177) instead hex code.

Text Font Color

.myTextColor { color: #1476B1; }

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

This text font color is #1476B1.


Background Color

.myBgColor { background-color: #1476B1; }

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

This div background color is #1476B1.


Border color

.myBorderColor { border: 1px solid #1476B1; }

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

This div border color is #1476B1.


Opacity

.myOpacity80 { color: #1476B1; opacity: 0.8; }

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

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

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

This text has shadow with #1476B1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #1476B1 on black background.


Color preview on white background

This text has color #1476B1 on white background.



Black color preview on #1476B1 background

This text has black color on #1476B1 background.


White color preview on #1476B1 background

This text has white color on #1476B1 background.