COLOR #1C327E

HEX: #1C327E
RGB: (28,50,126)

Color info

#1C327E contains mainly blue color. Web safe color of #1C327E is #333366 (or #336).

RGB color model

#1C327E color RGB value is (28,50,126).

  • red value is 28;
  • green value is 50;
  • blue value is 126.
RGB:
(28,50,126)
(11%,20%,49%)

RGB channels and saturation

R 28 of 255 = 11%
G 50 of 255 = 20%
B 126 of 255 = 49%

28
50
126

R + G + B ~ 27%. #1C327E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 50 + 126 = 204 (100%)
R 28 of 204 ~ 13.73%
G 50 of 204 ~ 24.51%
B 126 of 204 ~ 61.76%

%13.73
%24.51
%61.76

CMYK color model

#1C327E color CMYK value is (78,60,0,51).

  • cyan value is 77.78%
  • magenta value is 60.32%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(78,60,0,51)
C78M60Y0K51 
(78%,60%,0%,51%)
(0.78/0.60/0.00/0.51)	

CMYK percentages

%77.78
%60.32
%0
%50.59

Codes

Color #1C327E in popluar color models

1C327E
RGB2850126
HSL227°63.64%30.20%
HSB/HSV227°77.78%49.41%
CMYK77.78%60.32%0.00%
50.59%

Color #1C327E in popluar number systems.

HEX1C327E
Decimal2850126
Binary111001100101111110
Octal3462176

Shades and tints

Shades of #1C327E

#1C327E
(28,50,126)
#1A2E73
(26,46,115)
#182A68
(24,42,104)
#16265D
(22,38,93)
#142252
(20,34,82)
#121E47
(18,30,71)
#101A3C
(16,26,60)
#0E1631
(14,22,49)
#0C1226
(12,18,38)
#0A0E1B
(10,14,27)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #1C327E

#1C327E
(28,50,126)
#304489
(48,68,137)
#445694
(68,86,148)
#58689F
(88,104,159)
#6C7AAA
(108,122,170)
#808CB5
(128,140,181)
#949EC0
(148,158,192)
#A8B0CB
(168,176,203)
#BCC2D6
(188,194,214)
#D0D4E1
(208,212,225)
#E4E6EC
(228,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C327E color. Also use rgb(28,50,126) instead hex code.

Text Font Color

.myTextColor { color: #1C327E; }

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

This text font color is #1C327E.


Background Color

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

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

This div background color is #1C327E.


Border color

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

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

This div border color is #1C327E.


Opacity

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

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

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

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

This text has shadow with #1C327E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C327E on black background.


Color preview on white background

This text has color #1C327E on white background.



Black color preview on #1C327E background

This text has black color on #1C327E background.


White color preview on #1C327E background

This text has white color on #1C327E background.