COLOR #1C4AB1

HEX: #1C4AB1
RGB: (28,74,177)

Color info

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

RGB color model

#1C4AB1 color RGB value is (28,74,177).

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

RGB channels and saturation

R 28 of 255 = 11%
G 74 of 255 = 29%
B 177 of 255 = 69%

28
74
177

R + G + B ~ 36%. #1C4AB1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 74 + 177 = 279 (100%)
R 28 of 279 ~ 10.04%
G 74 of 279 ~ 26.52%
B 177 of 279 ~ 63.44%

%10.04
%26.52
%63.44

CMYK color model

#1C4AB1 color CMYK value is (84,58,0,31).

  • cyan value is 84.18%
  • magenta value is 58.19%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(84,58,0,31)
C84M58Y0K31 
(84%,58%,0%,31%)
(0.84/0.58/0.00/0.31)	

CMYK percentages

%84.18
%58.19
%0
%30.59

Codes

Color #1C4AB1 in popluar color models

1C4AB1
RGB2874177
HSL221°72.68%40.20%
HSB/HSV221°84.18%69.41%
CMYK84.18%58.19%0.00%
30.59%

Color #1C4AB1 in popluar number systems.

HEX1C4AB1
Decimal2874177
Binary11100100101010110001
Octal34112261

Shades and tints

Shades of #1C4AB1

#1C4AB1
(28,74,177)
#1A44A1
(26,68,161)
#183E91
(24,62,145)
#163881
(22,56,129)
#143271
(20,50,113)
#122C61
(18,44,97)
#102651
(16,38,81)
#0E2041
(14,32,65)
#0C1A31
(12,26,49)
#0A1421
(10,20,33)
#080E11
(8,14,17)
#000000
(0,0,0)

Tints of #1C4AB1

#1C4AB1
(28,74,177)
#305AB8
(48,90,184)
#446ABF
(68,106,191)
#587AC6
(88,122,198)
#6C8ACD
(108,138,205)
#809AD4
(128,154,212)
#94AADB
(148,170,219)
#A8BAE2
(168,186,226)
#BCCAE9
(188,202,233)
#D0DAF0
(208,218,240)
#E4EAF7
(228,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C4AB1; }

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

This text font color is #1C4AB1.


Background Color

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

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

This div background color is #1C4AB1.


Border color

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

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

This div border color is #1C4AB1.


Opacity

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

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

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

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

This text has shadow with #1C4AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4AB1 on black background.


Color preview on white background

This text has color #1C4AB1 on white background.



Black color preview on #1C4AB1 background

This text has black color on #1C4AB1 background.


White color preview on #1C4AB1 background

This text has white color on #1C4AB1 background.