COLOR #1C4366

HEX: #1C4366
RGB: (28,67,102)

Color info

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

RGB color model

#1C4366 color RGB value is (28,67,102).

  • red value is 28;
  • green value is 67;
  • blue value is 102.
RGB:
(28,67,102)
(11%,26%,40%)

RGB channels and saturation

R 28 of 255 = 11%
G 67 of 255 = 26%
B 102 of 255 = 40%

28
67
102

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

Portions of RGB colors in percentages

R + G + B =
28 + 67 + 102 = 197 (100%)
R 28 of 197 ~ 14.21%
G 67 of 197 ~ 34.01%
B 102 of 197 ~ 51.78%

%14.21
%34.01
%51.78

CMYK color model

#1C4366 color CMYK value is (73,34,0,60).

  • cyan value is 72.55%
  • magenta value is 34.31%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(73,34,0,60)
C73M34Y0K60 
(73%,34%,0%,60%)
(0.73/0.34/0.00/0.60)	

CMYK percentages

%72.55
%34.31
%0
%60

Codes

Color #1C4366 in popluar color models

1C4366
RGB2867102
HSL208°56.92%25.49%
HSB/HSV208°72.55%40.00%
CMYK72.55%34.31%0.00%
60.00%

Color #1C4366 in popluar number systems.

HEX1C4366
Decimal2867102
Binary1110010000111100110
Octal34103146

Shades and tints

Shades of #1C4366

#1C4366
(28,67,102)
#1A3D5D
(26,61,93)
#183754
(24,55,84)
#16314B
(22,49,75)
#142B42
(20,43,66)
#122539
(18,37,57)
#101F30
(16,31,48)
#0E1927
(14,25,39)
#0C131E
(12,19,30)
#0A0D15
(10,13,21)
#08070C
(8,7,12)
#000000
(0,0,0)

Tints of #1C4366

#1C4366
(28,67,102)
#305473
(48,84,115)
#446580
(68,101,128)
#58768D
(88,118,141)
#6C879A
(108,135,154)
#8098A7
(128,152,167)
#94A9B4
(148,169,180)
#A8BAC1
(168,186,193)
#BCCBCE
(188,203,206)
#D0DCDB
(208,220,219)
#E4EDE8
(228,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C4366 color. Also use rgb(28,67,102) instead hex code.

Text Font Color

.myTextColor { color: #1C4366; }

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

This text font color is #1C4366.


Background Color

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

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

This div background color is #1C4366.


Border color

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

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

This div border color is #1C4366.


Opacity

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

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

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

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

This text has shadow with #1C4366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4366 on black background.


Color preview on white background

This text has color #1C4366 on white background.



Black color preview on #1C4366 background

This text has black color on #1C4366 background.


White color preview on #1C4366 background

This text has white color on #1C4366 background.