COLOR #1C3375

HEX: #1C3375
RGB: (28,51,117)

Color info

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

RGB color model

#1C3375 color RGB value is (28,51,117).

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

RGB channels and saturation

R 28 of 255 = 11%
G 51 of 255 = 20%
B 117 of 255 = 46%

28
51
117

R + G + B ~ 26%. #1C3375 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 51 + 117 = 196 (100%)
R 28 of 196 ~ 14.29%
G 51 of 196 ~ 26.02%
B 117 of 196 ~ 59.69%

%14.29
%26.02
%59.69

CMYK color model

#1C3375 color CMYK value is (76,56,0,54).

  • cyan value is 76.07%
  • magenta value is 56.41%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(76,56,0,54)
C76M56Y0K54 
(76%,56%,0%,54%)
(0.76/0.56/0.00/0.54)	

CMYK percentages

%76.07
%56.41
%0
%54.12

Codes

Color #1C3375 in popluar color models

1C3375
RGB2851117
HSL224°61.38%28.43%
HSB/HSV224°76.07%45.88%
CMYK76.07%56.41%0.00%
54.12%

Color #1C3375 in popluar number systems.

HEX1C3375
Decimal2851117
Binary111001100111110101
Octal3463165

Shades and tints

Shades of #1C3375

#1C3375
(28,51,117)
#1A2F6B
(26,47,107)
#182B61
(24,43,97)
#162757
(22,39,87)
#14234D
(20,35,77)
#121F43
(18,31,67)
#101B39
(16,27,57)
#0E172F
(14,23,47)
#0C1325
(12,19,37)
#0A0F1B
(10,15,27)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #1C3375

#1C3375
(28,51,117)
#304581
(48,69,129)
#44578D
(68,87,141)
#586999
(88,105,153)
#6C7BA5
(108,123,165)
#808DB1
(128,141,177)
#949FBD
(148,159,189)
#A8B1C9
(168,177,201)
#BCC3D5
(188,195,213)
#D0D5E1
(208,213,225)
#E4E7ED
(228,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C3375; }

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

This text font color is #1C3375.


Background Color

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

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

This div background color is #1C3375.


Border color

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

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

This div border color is #1C3375.


Opacity

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

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

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

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

This text has shadow with #1C3375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3375 on black background.


Color preview on white background

This text has color #1C3375 on white background.



Black color preview on #1C3375 background

This text has black color on #1C3375 background.


White color preview on #1C3375 background

This text has white color on #1C3375 background.