COLOR #1C4A83

HEX: #1C4A83
RGB: (28,74,131)

Color info

#1C4A83 contains mainly green and blue colors. Web safe color of #1C4A83 is #333399 (or #339).

RGB color model

#1C4A83 color RGB value is (28,74,131).

  • red value is 28;
  • green value is 74;
  • blue value is 131.
RGB:
(28,74,131)
(11%,29%,51%)

RGB channels and saturation

R 28 of 255 = 11%
G 74 of 255 = 29%
B 131 of 255 = 51%

28
74
131

R + G + B ~ 30%. #1C4A83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 74 + 131 = 233 (100%)
R 28 of 233 ~ 12.02%
G 74 of 233 ~ 31.76%
B 131 of 233 ~ 56.22%

%12.02
%31.76
%56.22

CMYK color model

#1C4A83 color CMYK value is (79,44,0,49).

  • cyan value is 78.63%
  • magenta value is 43.51%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(79,44,0,49)
C79M44Y0K49 
(79%,44%,0%,49%)
(0.79/0.44/0.00/0.49)	

CMYK percentages

%78.63
%43.51
%0
%48.63

Codes

Color #1C4A83 in popluar color models

1C4A83
RGB2874131
HSL213°64.78%31.18%
HSB/HSV213°78.63%51.37%
CMYK78.63%43.51%0.00%
48.63%

Color #1C4A83 in popluar number systems.

HEX1C4A83
Decimal2874131
Binary11100100101010000011
Octal34112203

Shades and tints

Shades of #1C4A83

#1C4A83
(28,74,131)
#1A4478
(26,68,120)
#183E6D
(24,62,109)
#163862
(22,56,98)
#143257
(20,50,87)
#122C4C
(18,44,76)
#102641
(16,38,65)
#0E2036
(14,32,54)
#0C1A2B
(12,26,43)
#0A1420
(10,20,32)
#080E15
(8,14,21)
#000000
(0,0,0)

Tints of #1C4A83

#1C4A83
(28,74,131)
#305A8E
(48,90,142)
#446A99
(68,106,153)
#587AA4
(88,122,164)
#6C8AAF
(108,138,175)
#809ABA
(128,154,186)
#94AAC5
(148,170,197)
#A8BAD0
(168,186,208)
#BCCADB
(188,202,219)
#D0DAE6
(208,218,230)
#E4EAF1
(228,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C4A83 color. Also use rgb(28,74,131) instead hex code.

Text Font Color

.myTextColor { color: #1C4A83; }

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

This text font color is #1C4A83.


Background Color

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

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

This div background color is #1C4A83.


Border color

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

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

This div border color is #1C4A83.


Opacity

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

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

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

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

This text has shadow with #1C4A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4A83 on black background.


Color preview on white background

This text has color #1C4A83 on white background.



Black color preview on #1C4A83 background

This text has black color on #1C4A83 background.


White color preview on #1C4A83 background

This text has white color on #1C4A83 background.