COLOR #1C7497

HEX: #1C7497
RGB: (28,116,151)

Color info

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

RGB color model

#1C7497 color RGB value is (28,116,151).

  • red value is 28;
  • green value is 116;
  • blue value is 151.
RGB:
(28,116,151)
(11%,45%,59%)

RGB channels and saturation

R 28 of 255 = 11%
G 116 of 255 = 45%
B 151 of 255 = 59%

28
116
151

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

Portions of RGB colors in percentages

R + G + B =
28 + 116 + 151 = 295 (100%)
R 28 of 295 ~ 9.49%
G 116 of 295 ~ 39.32%
B 151 of 295 ~ 51.19%

%39.32
%51.19

CMYK color model

#1C7497 color CMYK value is (81,23,0,41).

  • cyan value is 81.46%
  • magenta value is 23.18%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(81,23,0,41)
C81M23Y0K41 
(81%,23%,0%,41%)
(0.81/0.23/0.00/0.41)	

CMYK percentages

%81.46
%23.18
%0
%40.78

Codes

Color #1C7497 in popluar color models

1C7497
RGB28116151
HSL197°68.72%35.10%
HSB/HSV197°81.46%59.22%
CMYK81.46%23.18%0.00%
40.78%

Color #1C7497 in popluar number systems.

HEX1C7497
Decimal28116151
Binary11100111010010010111
Octal34164227

Shades and tints

Shades of #1C7497

#1C7497
(28,116,151)
#1A6A8A
(26,106,138)
#18607D
(24,96,125)
#165670
(22,86,112)
#144C63
(20,76,99)
#124256
(18,66,86)
#103849
(16,56,73)
#0E2E3C
(14,46,60)
#0C242F
(12,36,47)
#0A1A22
(10,26,34)
#081015
(8,16,21)
#000000
(0,0,0)

Tints of #1C7497

#1C7497
(28,116,151)
#3080A0
(48,128,160)
#448CA9
(68,140,169)
#5898B2
(88,152,178)
#6CA4BB
(108,164,187)
#80B0C4
(128,176,196)
#94BCCD
(148,188,205)
#A8C8D6
(168,200,214)
#BCD4DF
(188,212,223)
#D0E0E8
(208,224,232)
#E4ECF1
(228,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C7497 color. Also use rgb(28,116,151) instead hex code.

Text Font Color

.myTextColor { color: #1C7497; }

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

This text font color is #1C7497.


Background Color

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

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

This div background color is #1C7497.


Border color

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

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

This div border color is #1C7497.


Opacity

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

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

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

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

This text has shadow with #1C7497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7497 on black background.


Color preview on white background

This text has color #1C7497 on white background.



Black color preview on #1C7497 background

This text has black color on #1C7497 background.


White color preview on #1C7497 background

This text has white color on #1C7497 background.