COLOR #1C3357

HEX: #1C3357
RGB: (28,51,87)

Color info

#1C3357 contains red, green and blue colors in about the same proportion. Web safe color of #1C3357 is #333366 (or #336).

RGB color model

#1C3357 color RGB value is (28,51,87).

  • red value is 28;
  • green value is 51;
  • blue value is 87.
RGB:
(28,51,87)
(11%,20%,34%)

RGB channels and saturation

R 28 of 255 = 11%
G 51 of 255 = 20%
B 87 of 255 = 34%

28
51
87

R + G + B ~ 22%. #1C3357 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 51 + 87 = 166 (100%)
R 28 of 166 ~ 16.87%
G 51 of 166 ~ 30.72%
B 87 of 166 ~ 52.41%

%16.87
%30.72
%52.41

CMYK color model

#1C3357 color CMYK value is (68,41,0,66).

  • cyan value is 67.82%
  • magenta value is 41.38%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(68,41,0,66)
C68M41Y0K66 
(68%,41%,0%,66%)
(0.68/0.41/0.00/0.66)	

CMYK percentages

%67.82
%41.38
%0
%65.88

Codes

Color #1C3357 in popluar color models

1C3357
RGB285187
HSL217°51.30%22.55%
HSB/HSV217°67.82%34.12%
CMYK67.82%41.38%0.00%
65.88%

Color #1C3357 in popluar number systems.

HEX1C3357
Decimal285187
Binary111001100111010111
Octal3463127

Shades and tints

Shades of #1C3357

#1C3357
(28,51,87)
#1A2F50
(26,47,80)
#182B49
(24,43,73)
#162742
(22,39,66)
#14233B
(20,35,59)
#121F34
(18,31,52)
#101B2D
(16,27,45)
#0E1726
(14,23,38)
#0C131F
(12,19,31)
#0A0F18
(10,15,24)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #1C3357

#1C3357
(28,51,87)
#304566
(48,69,102)
#445775
(68,87,117)
#586984
(88,105,132)
#6C7B93
(108,123,147)
#808DA2
(128,141,162)
#949FB1
(148,159,177)
#A8B1C0
(168,177,192)
#BCC3CF
(188,195,207)
#D0D5DE
(208,213,222)
#E4E7ED
(228,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C3357 color. Also use rgb(28,51,87) instead hex code.

Text Font Color

.myTextColor { color: #1C3357; }

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

This text font color is #1C3357.


Background Color

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

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

This div background color is #1C3357.


Border color

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

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

This div border color is #1C3357.


Opacity

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

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

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

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

This text has shadow with #1C3357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3357 on black background.


Color preview on white background

This text has color #1C3357 on white background.



Black color preview on #1C3357 background

This text has black color on #1C3357 background.


White color preview on #1C3357 background

This text has white color on #1C3357 background.