COLOR #1C3367

HEX: #1C3367
RGB: (28,51,103)

Color info

#1C3367 contains mainly green and blue colors. Web safe color of #1C3367 is #333366 (or #336).

RGB color model

#1C3367 color RGB value is (28,51,103).

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

RGB channels and saturation

R 28 of 255 = 11%
G 51 of 255 = 20%
B 103 of 255 = 40%

28
51
103

R + G + B ~ 24%. #1C3367 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 51 + 103 = 182 (100%)
R 28 of 182 ~ 15.38%
G 51 of 182 ~ 28.02%
B 103 of 182 ~ 56.59%

%15.38
%28.02
%56.59

CMYK color model

#1C3367 color CMYK value is (73,50,0,60).

  • cyan value is 72.82%
  • magenta value is 50.49%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(73,50,0,60)
C73M50Y0K60 
(73%,50%,0%,60%)
(0.73/0.50/0.00/0.60)	

CMYK percentages

%72.82
%50.49
%0
%59.61

Codes

Color #1C3367 in popluar color models

1C3367
RGB2851103
HSL222°57.25%25.69%
HSB/HSV222°72.82%40.39%
CMYK72.82%50.49%0.00%
59.61%

Color #1C3367 in popluar number systems.

HEX1C3367
Decimal2851103
Binary111001100111100111
Octal3463147

Shades and tints

Shades of #1C3367

#1C3367
(28,51,103)
#1A2F5E
(26,47,94)
#182B55
(24,43,85)
#16274C
(22,39,76)
#142343
(20,35,67)
#121F3A
(18,31,58)
#101B31
(16,27,49)
#0E1728
(14,23,40)
#0C131F
(12,19,31)
#0A0F16
(10,15,22)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #1C3367

#1C3367
(28,51,103)
#304574
(48,69,116)
#445781
(68,87,129)
#58698E
(88,105,142)
#6C7B9B
(108,123,155)
#808DA8
(128,141,168)
#949FB5
(148,159,181)
#A8B1C2
(168,177,194)
#BCC3CF
(188,195,207)
#D0D5DC
(208,213,220)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C3367; }

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

This text font color is #1C3367.


Background Color

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

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

This div background color is #1C3367.


Border color

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

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

This div border color is #1C3367.


Opacity

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

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

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

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

This text has shadow with #1C3367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3367 on black background.


Color preview on white background

This text has color #1C3367 on white background.



Black color preview on #1C3367 background

This text has black color on #1C3367 background.


White color preview on #1C3367 background

This text has white color on #1C3367 background.