COLOR #1C489A

HEX: #1C489A
RGB: (28,72,154)

Color info

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

RGB color model

#1C489A color RGB value is (28,72,154).

  • red value is 28;
  • green value is 72;
  • blue value is 154.
RGB:
(28,72,154)
(11%,28%,60%)

RGB channels and saturation

R 28 of 255 = 11%
G 72 of 255 = 28%
B 154 of 255 = 60%

28
72
154

R + G + B ~ 33%. #1C489A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 72 + 154 = 254 (100%)
R 28 of 254 ~ 11.02%
G 72 of 254 ~ 28.35%
B 154 of 254 ~ 60.63%

%11.02
%28.35
%60.63

CMYK color model

#1C489A color CMYK value is (82,53,0,40).

  • cyan value is 81.82%
  • magenta value is 53.25%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(82,53,0,40)
C82M53Y0K40 
(82%,53%,0%,40%)
(0.82/0.53/0.00/0.40)	

CMYK percentages

%81.82
%53.25
%0
%39.61

Codes

Color #1C489A in popluar color models

1C489A
RGB2872154
HSL219°69.23%35.69%
HSB/HSV219°81.82%60.39%
CMYK81.82%53.25%0.00%
39.61%

Color #1C489A in popluar number systems.

HEX1C489A
Decimal2872154
Binary11100100100010011010
Octal34110232

Shades and tints

Shades of #1C489A

#1C489A
(28,72,154)
#1A428C
(26,66,140)
#183C7E
(24,60,126)
#163670
(22,54,112)
#143062
(20,48,98)
#122A54
(18,42,84)
#102446
(16,36,70)
#0E1E38
(14,30,56)
#0C182A
(12,24,42)
#0A121C
(10,18,28)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #1C489A

#1C489A
(28,72,154)
#3058A3
(48,88,163)
#4468AC
(68,104,172)
#5878B5
(88,120,181)
#6C88BE
(108,136,190)
#8098C7
(128,152,199)
#94A8D0
(148,168,208)
#A8B8D9
(168,184,217)
#BCC8E2
(188,200,226)
#D0D8EB
(208,216,235)
#E4E8F4
(228,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C489A color. Also use rgb(28,72,154) instead hex code.

Text Font Color

.myTextColor { color: #1C489A; }

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

This text font color is #1C489A.


Background Color

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

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

This div background color is #1C489A.


Border color

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

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

This div border color is #1C489A.


Opacity

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

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

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

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

This text has shadow with #1C489A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C489A on black background.


Color preview on white background

This text has color #1C489A on white background.



Black color preview on #1C489A background

This text has black color on #1C489A background.


White color preview on #1C489A background

This text has white color on #1C489A background.