COLOR #1C3B68

HEX: #1C3B68
RGB: (28,59,104)

Color info

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

RGB color model

#1C3B68 color RGB value is (28,59,104).

  • red value is 28;
  • green value is 59;
  • blue value is 104.
RGB:
(28,59,104)
(11%,23%,41%)

RGB channels and saturation

R 28 of 255 = 11%
G 59 of 255 = 23%
B 104 of 255 = 41%

28
59
104

R + G + B ~ 25%. #1C3B68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 59 + 104 = 191 (100%)
R 28 of 191 ~ 14.66%
G 59 of 191 ~ 30.89%
B 104 of 191 ~ 54.45%

%14.66
%30.89
%54.45

CMYK color model

#1C3B68 color CMYK value is (73,43,0,59).

  • cyan value is 73.08%
  • magenta value is 43.27%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(73,43,0,59)
C73M43Y0K59 
(73%,43%,0%,59%)
(0.73/0.43/0.00/0.59)	

CMYK percentages

%73.08
%43.27
%0
%59.22

Codes

Color #1C3B68 in popluar color models

1C3B68
RGB2859104
HSL216°57.58%25.88%
HSB/HSV216°73.08%40.78%
CMYK73.08%43.27%0.00%
59.22%

Color #1C3B68 in popluar number systems.

HEX1C3B68
Decimal2859104
Binary111001110111101000
Octal3473150

Shades and tints

Shades of #1C3B68

#1C3B68
(28,59,104)
#1A365F
(26,54,95)
#183156
(24,49,86)
#162C4D
(22,44,77)
#142744
(20,39,68)
#12223B
(18,34,59)
#101D32
(16,29,50)
#0E1829
(14,24,41)
#0C1320
(12,19,32)
#0A0E17
(10,14,23)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #1C3B68

#1C3B68
(28,59,104)
#304C75
(48,76,117)
#445D82
(68,93,130)
#586E8F
(88,110,143)
#6C7F9C
(108,127,156)
#8090A9
(128,144,169)
#94A1B6
(148,161,182)
#A8B2C3
(168,178,195)
#BCC3D0
(188,195,208)
#D0D4DD
(208,212,221)
#E4E5EA
(228,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C3B68 color. Also use rgb(28,59,104) instead hex code.

Text Font Color

.myTextColor { color: #1C3B68; }

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

This text font color is #1C3B68.


Background Color

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

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

This div background color is #1C3B68.


Border color

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

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

This div border color is #1C3B68.


Opacity

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

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

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

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

This text has shadow with #1C3B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3B68 on black background.


Color preview on white background

This text has color #1C3B68 on white background.



Black color preview on #1C3B68 background

This text has black color on #1C3B68 background.


White color preview on #1C3B68 background

This text has white color on #1C3B68 background.