COLOR #1C3C8A

HEX: #1C3C8A
RGB: (28,60,138)

Color info

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

RGB color model

#1C3C8A color RGB value is (28,60,138).

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

RGB channels and saturation

R 28 of 255 = 11%
G 60 of 255 = 24%
B 138 of 255 = 54%

28
60
138

R + G + B ~ 30%. #1C3C8A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 60 + 138 = 226 (100%)
R 28 of 226 ~ 12.39%
G 60 of 226 ~ 26.55%
B 138 of 226 ~ 61.06%

%12.39
%26.55
%61.06

CMYK color model

#1C3C8A color CMYK value is (80,57,0,46).

  • cyan value is 79.71%
  • magenta value is 56.52%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(80,57,0,46)
C80M57Y0K46 
(80%,57%,0%,46%)
(0.80/0.57/0.00/0.46)	

CMYK percentages

%79.71
%56.52
%0
%45.88

Codes

Color #1C3C8A in popluar color models

1C3C8A
RGB2860138
HSL223°66.27%32.55%
HSB/HSV223°79.71%54.12%
CMYK79.71%56.52%0.00%
45.88%

Color #1C3C8A in popluar number systems.

HEX1C3C8A
Decimal2860138
Binary1110011110010001010
Octal3474212

Shades and tints

Shades of #1C3C8A

#1C3C8A
(28,60,138)
#1A377E
(26,55,126)
#183272
(24,50,114)
#162D66
(22,45,102)
#14285A
(20,40,90)
#12234E
(18,35,78)
#101E42
(16,30,66)
#0E1936
(14,25,54)
#0C142A
(12,20,42)
#0A0F1E
(10,15,30)
#080A12
(8,10,18)
#000000
(0,0,0)

Tints of #1C3C8A

#1C3C8A
(28,60,138)
#304D94
(48,77,148)
#445E9E
(68,94,158)
#586FA8
(88,111,168)
#6C80B2
(108,128,178)
#8091BC
(128,145,188)
#94A2C6
(148,162,198)
#A8B3D0
(168,179,208)
#BCC4DA
(188,196,218)
#D0D5E4
(208,213,228)
#E4E6EE
(228,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C3C8A color. Also use rgb(28,60,138) instead hex code.

Text Font Color

.myTextColor { color: #1C3C8A; }

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

This text font color is #1C3C8A.


Background Color

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

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

This div background color is #1C3C8A.


Border color

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

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

This div border color is #1C3C8A.


Opacity

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

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

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

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

This text has shadow with #1C3C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3C8A on black background.


Color preview on white background

This text has color #1C3C8A on white background.



Black color preview on #1C3C8A background

This text has black color on #1C3C8A background.


White color preview on #1C3C8A background

This text has white color on #1C3C8A background.