COLOR #1C3E79

HEX: #1C3E79
RGB: (28,62,121)

Color info

#1C3E79 contains mainly green and blue colors. Web safe color of #1C3E79 is #333366 (or #336).

RGB color model

#1C3E79 color RGB value is (28,62,121).

  • red value is 28;
  • green value is 62;
  • blue value is 121.
RGB:
(28,62,121)
(11%,24%,47%)

RGB channels and saturation

R 28 of 255 = 11%
G 62 of 255 = 24%
B 121 of 255 = 47%

28
62
121

R + G + B ~ 27%. #1C3E79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 62 + 121 = 211 (100%)
R 28 of 211 ~ 13.27%
G 62 of 211 ~ 29.38%
B 121 of 211 ~ 57.35%

%13.27
%29.38
%57.35

CMYK color model

#1C3E79 color CMYK value is (77,49,0,53).

  • cyan value is 76.86%
  • magenta value is 48.76%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(77,49,0,53)
C77M49Y0K53 
(77%,49%,0%,53%)
(0.77/0.49/0.00/0.53)	

CMYK percentages

%76.86
%48.76
%0
%52.55

Codes

Color #1C3E79 in popluar color models

1C3E79
RGB2862121
HSL218°62.42%29.22%
HSB/HSV218°76.86%47.45%
CMYK76.86%48.76%0.00%
52.55%

Color #1C3E79 in popluar number systems.

HEX1C3E79
Decimal2862121
Binary111001111101111001
Octal3476171

Shades and tints

Shades of #1C3E79

#1C3E79
(28,62,121)
#1A396E
(26,57,110)
#183463
(24,52,99)
#162F58
(22,47,88)
#142A4D
(20,42,77)
#122542
(18,37,66)
#102037
(16,32,55)
#0E1B2C
(14,27,44)
#0C1621
(12,22,33)
#0A1116
(10,17,22)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #1C3E79

#1C3E79
(28,62,121)
#304F85
(48,79,133)
#446091
(68,96,145)
#58719D
(88,113,157)
#6C82A9
(108,130,169)
#8093B5
(128,147,181)
#94A4C1
(148,164,193)
#A8B5CD
(168,181,205)
#BCC6D9
(188,198,217)
#D0D7E5
(208,215,229)
#E4E8F1
(228,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C3E79 color. Also use rgb(28,62,121) instead hex code.

Text Font Color

.myTextColor { color: #1C3E79; }

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

This text font color is #1C3E79.


Background Color

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

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

This div background color is #1C3E79.


Border color

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

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

This div border color is #1C3E79.


Opacity

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

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

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

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

This text has shadow with #1C3E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3E79 on black background.


Color preview on white background

This text has color #1C3E79 on white background.



Black color preview on #1C3E79 background

This text has black color on #1C3E79 background.


White color preview on #1C3E79 background

This text has white color on #1C3E79 background.