COLOR #1C7791

HEX: #1C7791
RGB: (28,119,145)

Color info

#1C7791 contains mainly green and blue colors. Web safe color of #1C7791 is #336699 (or #369).

RGB color model

#1C7791 color RGB value is (28,119,145).

  • red value is 28;
  • green value is 119;
  • blue value is 145.
RGB:
(28,119,145)
(11%,47%,57%)

RGB channels and saturation

R 28 of 255 = 11%
G 119 of 255 = 47%
B 145 of 255 = 57%

28
119
145

R + G + B ~ 38%. #1C7791 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 119 + 145 = 292 (100%)
R 28 of 292 ~ 9.59%
G 119 of 292 ~ 40.75%
B 145 of 292 ~ 49.66%

%9.59
%40.75
%49.66

CMYK color model

#1C7791 color CMYK value is (81,18,0,43).

  • cyan value is 80.69%
  • magenta value is 17.93%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(81,18,0,43)
C81M18Y0K43 
(81%,18%,0%,43%)
(0.81/0.18/0.00/0.43)	

CMYK percentages

%80.69
%17.93
%0
%43.14

Codes

Color #1C7791 in popluar color models

1C7791
RGB28119145
HSL193°67.63%33.92%
HSB/HSV193°80.69%56.86%
CMYK80.69%17.93%0.00%
43.14%

Color #1C7791 in popluar number systems.

HEX1C7791
Decimal28119145
Binary11100111011110010001
Octal34167221

Shades and tints

Shades of #1C7791

#1C7791
(28,119,145)
#1A6D84
(26,109,132)
#186377
(24,99,119)
#16596A
(22,89,106)
#144F5D
(20,79,93)
#124550
(18,69,80)
#103B43
(16,59,67)
#0E3136
(14,49,54)
#0C2729
(12,39,41)
#0A1D1C
(10,29,28)
#08130F
(8,19,15)
#000000
(0,0,0)

Tints of #1C7791

#1C7791
(28,119,145)
#30839B
(48,131,155)
#448FA5
(68,143,165)
#589BAF
(88,155,175)
#6CA7B9
(108,167,185)
#80B3C3
(128,179,195)
#94BFCD
(148,191,205)
#A8CBD7
(168,203,215)
#BCD7E1
(188,215,225)
#D0E3EB
(208,227,235)
#E4EFF5
(228,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C7791; }

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

This text font color is #1C7791.


Background Color

.myBgColor { background-color: #1C7791; }

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

This div background color is #1C7791.


Border color

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

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

This div border color is #1C7791.


Opacity

.myOpacity80 { color: #1C7791; opacity: 0.8; }

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

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

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

This text has shadow with #1C7791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7791 on black background.


Color preview on white background

This text has color #1C7791 on white background.



Black color preview on #1C7791 background

This text has black color on #1C7791 background.


White color preview on #1C7791 background

This text has white color on #1C7791 background.