COLOR #1C3D9A

HEX: #1C3D9A
RGB: (28,61,154)

Color info

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

RGB color model

#1C3D9A color RGB value is (28,61,154).

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

RGB channels and saturation

R 28 of 255 = 11%
G 61 of 255 = 24%
B 154 of 255 = 60%

28
61
154

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

Portions of RGB colors in percentages

R + G + B =
28 + 61 + 154 = 243 (100%)
R 28 of 243 ~ 11.52%
G 61 of 243 ~ 25.1%
B 154 of 243 ~ 63.37%

%11.52
%25.1
%63.37

CMYK color model

#1C3D9A color CMYK value is (82,60,0,40).

  • cyan value is 81.82%
  • magenta value is 60.39%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(82,60,0,40)
C82M60Y0K40 
(82%,60%,0%,40%)
(0.82/0.60/0.00/0.40)	

CMYK percentages

%81.82
%60.39
%0
%39.61

Codes

Color #1C3D9A in popluar color models

1C3D9A
RGB2861154
HSL224°69.23%35.69%
HSB/HSV224°81.82%60.39%
CMYK81.82%60.39%0.00%
39.61%

Color #1C3D9A in popluar number systems.

HEX1C3D9A
Decimal2861154
Binary1110011110110011010
Octal3475232

Shades and tints

Shades of #1C3D9A

#1C3D9A
(28,61,154)
#1A388C
(26,56,140)
#18337E
(24,51,126)
#162E70
(22,46,112)
#142962
(20,41,98)
#122454
(18,36,84)
#101F46
(16,31,70)
#0E1A38
(14,26,56)
#0C152A
(12,21,42)
#0A101C
(10,16,28)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #1C3D9A

#1C3D9A
(28,61,154)
#304EA3
(48,78,163)
#445FAC
(68,95,172)
#5870B5
(88,112,181)
#6C81BE
(108,129,190)
#8092C7
(128,146,199)
#94A3D0
(148,163,208)
#A8B4D9
(168,180,217)
#BCC5E2
(188,197,226)
#D0D6EB
(208,214,235)
#E4E7F4
(228,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C3D9A; }

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

This text font color is #1C3D9A.


Background Color

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

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

This div background color is #1C3D9A.


Border color

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

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

This div border color is #1C3D9A.


Opacity

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

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

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

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

This text has shadow with #1C3D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3D9A on black background.


Color preview on white background

This text has color #1C3D9A on white background.



Black color preview on #1C3D9A background

This text has black color on #1C3D9A background.


White color preview on #1C3D9A background

This text has white color on #1C3D9A background.