COLOR #1477A7

HEX: #1477A7
RGB: (20,119,167)

Renk bilgisi

#1477A7 contains mainly green and blue colors. #1477A7 ‘ nin web güvenlik rengi #006699 (ya da #069) dir.

RGB renk modeli

#1477A7 color RGB value is (20,119,167).

  • kırmız ton 20;
  • yeşil ton 119;
  • mavi ton 167.
RGB:
(20,119,167)
(8%,47%,65%)

RGB bağlantıları ve doygunluk

R 20 of 255 = 8%
G 119 of 255 = 47%
B 167 of 255 = 65%

20
119
167

R + G + B ~ 40%. #1477A7 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
20 + 119 + 167 = 306 (100%)
R 20 of 306 ~ 6.54%
G 119 of 306 ~ 38.89%
B 167 of 306 ~ 54.58%

%38.89
%54.58

CMYK RENK MODELİ

#1477A7 rengi CMYK tonu (88,29,0,35).

  • camgöbeği tonu 88.02%
  • eflatun tonu 28.74%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(88,29,0,35)
C88M29Y0K35 
(88%,29%,0%,35%)
(0.88/0.29/0.00/0.35)	

CMYK yüzdeleri

%88.02
%28.74
%0
%34.51

Codes

Color #1477A7 in popluar color models

1477A7
RGB20119167
HSL200°78.61%36.67%
HSB/HSV200°88.02%65.49%
CMYK88.02%28.74%0.00%
34.51%

Color #1477A7 in popluar number systems.

HEX1477A7
Decimal20119167
Binary10100111011110100111
Octal24167247

Shades and tints

Shades of #1477A7

#1477A7
(20,119,167)
#136D98
(19,109,152)
#126389
(18,99,137)
#11597A
(17,89,122)
#104F6B
(16,79,107)
#0F455C
(15,69,92)
#0E3B4D
(14,59,77)
#0D313E
(13,49,62)
#0C272F
(12,39,47)
#0B1D20
(11,29,32)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #1477A7

#1477A7
(20,119,167)
#2983AF
(41,131,175)
#3E8FB7
(62,143,183)
#539BBF
(83,155,191)
#68A7C7
(104,167,199)
#7DB3CF
(125,179,207)
#92BFD7
(146,191,215)
#A7CBDF
(167,203,223)
#BCD7E7
(188,215,231)
#D1E3EF
(209,227,239)
#E6EFF7
(230,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1477A7 color. Also use rgb(20,119,167) instead hex code.

Text Font Color

.myTextColor { color: #1477A7; }

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

This text font color is #1477A7.


Background Color

.myBgColor { background-color: #1477A7; }

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

This div background color is #1477A7.


Border color

.myBorderColor { border: 1px solid #1477A7; }

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

This div border color is #1477A7.


Opacity

.myOpacity80 { color: #1477A7; opacity: 0.8; }

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

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

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

This text has shadow with #1477A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1477A7 on black background.


Color preview on white background

This text has color #1477A7 on white background.



Black color preview on #1477A7 background

This text has black color on #1477A7 background.


White color preview on #1477A7 background

This text has white color on #1477A7 background.