COLOR #1C327D

HEX: #1C327D RGB: (28,50,125)

Color info

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

RGB color model

#1C327D color RGB value is (28,50,125).

RGB: (28,50,125) (11%, 20%, 49%)

RGB channels and saturation

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

28
50
125

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

Portions of RGB colors in percentages

R + G + B = 28 + 50 + 125 = 203 (100%)
R 28 of 203 ~ 13.79%
G 50 of 203 ~ 24.63%
B 125 of 203 ~ 61.58'%

%13.79
%24.63
%61.58

CMYK color model

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

  • cyan value is 77.60%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (78,60,0,51)
C78M60Y0K51 (78%, 60%, 0%, 51%)
(0.78 / 0.60 / 0.00 / 0.51)

CMYK percentages

%77.6
%60
%0
%50.98

Codes

Color #1C327D in popluar color models

1C 32 7D
RGB 28 50 125
HSL 226° 63.40% 30.00%
HSB/HSV 226° 77.60% 49.02%
CMYK 77.60% 60.00% 0.00%
50.98%

Color #1C327D in popluar number systems.

HEX 1C 32 7D
Decimal 28 50 125
Binary 11100 110010 1111101
Octal 34 62 175

Shades and tints

Shades of #1C327D

#1C327D
(28,50,125)
#1A2E72
(26,46,114)
#182A67
(24,42,103)
#16265C
(22,38,92)
#142251
(20,34,81)
#121E46
(18,30,70)
#101A3B
(16,26,59)
#0E1630
(14,22,48)
#0C1225
(12,18,37)
#0A0E1A
(10,14,26)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #1C327D

#1C327D
(28,50,125)
#304488
(48,68,136)
#445693
(68,86,147)
#58689E
(88,104,158)
#6C7AA9
(108,122,169)
#808CB4
(128,140,180)
#949EBF
(148,158,191)
#A8B0CA
(168,176,202)
#BCC2D5
(188,194,213)
#D0D4E0
(208,212,224)
#E4E6EB
(228,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C327D; }

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

This text font color is #1C327D.

Background Color

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

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

This div background color is #1C327D.

Border color

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

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

This div border color is #1C327D.

Opacity

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

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

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

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

This text has shadow with #1C327D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C327D.

Preview

Color preview on black background

This text has color #1C327D on black background.


Color preview on white background

This text has color #1C327D on white background.


Black color preview on #1C327D background

This text has black color on #1C327D background.


White color preview on #1C327D background

This text has white color on #1C327D background.


Related colors

Complementary color

Complementary color for #hex is #E3CD82.


I love getcolorcode.com

Triadic colors

1 #7D1C32 and #327D1C with #1C327D are triadic colors.

2 #7D321C and #321C7D with #1C327D are triadic colors.