COLOR #1C489C

HEX: #1C489C
RGB: (28,72,156)

Color info

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

RGB color model

#1C489C color RGB value is (28,72,156).

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

RGB channels and saturation

R 28 of 255 = 11%
G 72 of 255 = 28%
B 156 of 255 = 61%

28
72
156

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

Portions of RGB colors in percentages

R + G + B =
28 + 72 + 156 = 256 (100%)
R 28 of 256 ~ 10.94%
G 72 of 256 ~ 28.13%
B 156 of 256 ~ 60.94%

%10.94
%28.13
%60.94

CMYK color model

#1C489C color CMYK value is (82,54,0,39).

  • cyan value is 82.05%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(82,54,0,39)
C82M54Y0K39 
(82%,54%,0%,39%)
(0.82/0.54/0.00/0.39)	

CMYK percentages

%82.05
%53.85
%0
%38.82

Codes

Color #1C489C in popluar color models

1C489C
RGB2872156
HSL219°69.57%36.08%
HSB/HSV219°82.05%61.18%
CMYK82.05%53.85%0.00%
38.82%

Color #1C489C in popluar number systems.

HEX1C489C
Decimal2872156
Binary11100100100010011100
Octal34110234

Shades and tints

Shades of #1C489C

#1C489C
(28,72,156)
#1A428E
(26,66,142)
#183C80
(24,60,128)
#163672
(22,54,114)
#143064
(20,48,100)
#122A56
(18,42,86)
#102448
(16,36,72)
#0E1E3A
(14,30,58)
#0C182C
(12,24,44)
#0A121E
(10,18,30)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #1C489C

#1C489C
(28,72,156)
#3058A5
(48,88,165)
#4468AE
(68,104,174)
#5878B7
(88,120,183)
#6C88C0
(108,136,192)
#8098C9
(128,152,201)
#94A8D2
(148,168,210)
#A8B8DB
(168,184,219)
#BCC8E4
(188,200,228)
#D0D8ED
(208,216,237)
#E4E8F6
(228,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C489C; }

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

This text font color is #1C489C.


Background Color

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

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

This div background color is #1C489C.


Border color

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

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

This div border color is #1C489C.


Opacity

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

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

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

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

This text has shadow with #1C489C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C489C on black background.


Color preview on white background

This text has color #1C489C on white background.



Black color preview on #1C489C background

This text has black color on #1C489C background.


White color preview on #1C489C background

This text has white color on #1C489C background.