COLOR #1C4396

HEX: #1C4396
RGB: (28,67,150)

Color info

#1C4396 contains mainly blue color. Web safe color of #1C4396 is #333399 (or #339).

RGB color model

#1C4396 color RGB value is (28,67,150).

  • red value is 28;
  • green value is 67;
  • blue value is 150.
RGB:
(28,67,150)
(11%,26%,59%)

RGB channels and saturation

R 28 of 255 = 11%
G 67 of 255 = 26%
B 150 of 255 = 59%

28
67
150

R + G + B ~ 32%. #1C4396 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 67 + 150 = 245 (100%)
R 28 of 245 ~ 11.43%
G 67 of 245 ~ 27.35%
B 150 of 245 ~ 61.22%

%11.43
%27.35
%61.22

CMYK color model

#1C4396 color CMYK value is (81,55,0,41).

  • cyan value is 81.33%
  • magenta value is 55.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(81,55,0,41)
C81M55Y0K41 
(81%,55%,0%,41%)
(0.81/0.55/0.00/0.41)	

CMYK percentages

%81.33
%55.33
%0
%41.18

Codes

Color #1C4396 in popluar color models

1C4396
RGB2867150
HSL221°68.54%34.90%
HSB/HSV221°81.33%58.82%
CMYK81.33%55.33%0.00%
41.18%

Color #1C4396 in popluar number systems.

HEX1C4396
Decimal2867150
Binary11100100001110010110
Octal34103226

Shades and tints

Shades of #1C4396

#1C4396
(28,67,150)
#1A3D89
(26,61,137)
#18377C
(24,55,124)
#16316F
(22,49,111)
#142B62
(20,43,98)
#122555
(18,37,85)
#101F48
(16,31,72)
#0E193B
(14,25,59)
#0C132E
(12,19,46)
#0A0D21
(10,13,33)
#080714
(8,7,20)
#000000
(0,0,0)

Tints of #1C4396

#1C4396
(28,67,150)
#30549F
(48,84,159)
#4465A8
(68,101,168)
#5876B1
(88,118,177)
#6C87BA
(108,135,186)
#8098C3
(128,152,195)
#94A9CC
(148,169,204)
#A8BAD5
(168,186,213)
#BCCBDE
(188,203,222)
#D0DCE7
(208,220,231)
#E4EDF0
(228,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C4396 color. Also use rgb(28,67,150) instead hex code.

Text Font Color

.myTextColor { color: #1C4396; }

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

This text font color is #1C4396.


Background Color

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

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

This div background color is #1C4396.


Border color

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

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

This div border color is #1C4396.


Opacity

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

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

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

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

This text has shadow with #1C4396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4396 on black background.


Color preview on white background

This text has color #1C4396 on white background.



Black color preview on #1C4396 background

This text has black color on #1C4396 background.


White color preview on #1C4396 background

This text has white color on #1C4396 background.