COLOR #1C4496

HEX: #1C4496 RGB: (28,68,150)

Color info

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

RGB color model

#1C4496 color RGB value is (28,68,150).

RGB: (28,68,150) (11%, 27%, 59%)

RGB channels and saturation

R 28 of 255 = 11%
G 68 of 255 = 27%
B 150 of 255 = 59%

28
68
150

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

Portions of RGB colors in percentages

R + G + B = 28 + 68 + 150 = 246 (100%)
R 28 of 246 ~ 11.38%
G 68 of 246 ~ 27.64%
B 150 of 246 ~ 60.98'%

%11.38
%27.64
%60.98

CMYK color model

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

  • cyan value is 81.33%
  • magenta value is 54.67%
  • 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
%54.67
%0
%41.18

Codes

Color #1C4496 in popluar color models

1C 44 96
RGB 28 68 150
HSL 220° 68.54% 34.90%
HSB/HSV 220° 81.33% 58.82%
CMYK 81.33% 54.67% 0.00%
41.18%

Color #1C4496 in popluar number systems.

HEX 1C 44 96
Decimal 28 68 150
Binary 11100 1000100 10010110
Octal 34 104 226

Shades and tints

Shades of #1C4496

#1C4496
(28,68,150)
#1A3E89
(26,62,137)
#18387C
(24,56,124)
#16326F
(22,50,111)
#142C62
(20,44,98)
#122655
(18,38,85)
#102048
(16,32,72)
#0E1A3B
(14,26,59)
#0C142E
(12,20,46)
#0A0E21
(10,14,33)
#080814
(8,8,20)
#000000
(0,0,0)

Tints of #1C4496

#1C4496
(28,68,150)
#30559F
(48,85,159)
#4466A8
(68,102,168)
#5877B1
(88,119,177)
#6C88BA
(108,136,186)
#8099C3
(128,153,195)
#94AACC
(148,170,204)
#A8BBD5
(168,187,213)
#BCCCDE
(188,204,222)
#D0DDE7
(208,221,231)
#E4EEF0
(228,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C4496; }

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

This text font color is #1C4496.

Background Color

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

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

This div background color is #1C4496.

Border color

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

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

This div border color is #1C4496.

Opacity

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

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

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

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

This text has shadow with #1C4496 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C4496.

Preview

Color preview on black background

This text has color #1C4496 on black background.


Color preview on white background

This text has color #1C4496 on white background.


Black color preview on #1C4496 background

This text has black color on #1C4496 background.


White color preview on #1C4496 background

This text has white color on #1C4496 background.


Related colors

Complementary color

Complementary color for #hex is #E3BB69.


I love getcolorcode.com

Triadic colors

1 #961C44 and #44961C with #1C4496 are triadic colors.

2 #96441C and #441C96 with #1C4496 are triadic colors.