COLOR #1C4169

HEX: #1C4169
RGB: (28,65,105)

Color info

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

RGB color model

#1C4169 color RGB value is (28,65,105).

  • red value is 28;
  • green value is 65;
  • blue value is 105.
RGB:
(28,65,105)
(11%,25%,41%)

RGB channels and saturation

R 28 of 255 = 11%
G 65 of 255 = 25%
B 105 of 255 = 41%

28
65
105

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

Portions of RGB colors in percentages

R + G + B =
28 + 65 + 105 = 198 (100%)
R 28 of 198 ~ 14.14%
G 65 of 198 ~ 32.83%
B 105 of 198 ~ 53.03%

%14.14
%32.83
%53.03

CMYK color model

#1C4169 color CMYK value is (73,38,0,59).

  • cyan value is 73.33%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(73,38,0,59)
C73M38Y0K59 
(73%,38%,0%,59%)
(0.73/0.38/0.00/0.59)	

CMYK percentages

%73.33
%38.1
%0
%58.82

Codes

Color #1C4169 in popluar color models

1C4169
RGB2865105
HSL211°57.89%26.08%
HSB/HSV211°73.33%41.18%
CMYK73.33%38.10%0.00%
58.82%

Color #1C4169 in popluar number systems.

HEX1C4169
Decimal2865105
Binary1110010000011101001
Octal34101151

Shades and tints

Shades of #1C4169

#1C4169
(28,65,105)
#1A3C60
(26,60,96)
#183757
(24,55,87)
#16324E
(22,50,78)
#142D45
(20,45,69)
#12283C
(18,40,60)
#102333
(16,35,51)
#0E1E2A
(14,30,42)
#0C1921
(12,25,33)
#0A1418
(10,20,24)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #1C4169

#1C4169
(28,65,105)
#305276
(48,82,118)
#446383
(68,99,131)
#587490
(88,116,144)
#6C859D
(108,133,157)
#8096AA
(128,150,170)
#94A7B7
(148,167,183)
#A8B8C4
(168,184,196)
#BCC9D1
(188,201,209)
#D0DADE
(208,218,222)
#E4EBEB
(228,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C4169 color. Also use rgb(28,65,105) instead hex code.

Text Font Color

.myTextColor { color: #1C4169; }

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

This text font color is #1C4169.


Background Color

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

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

This div background color is #1C4169.


Border color

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

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

This div border color is #1C4169.


Opacity

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

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

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

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

This text has shadow with #1C4169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C4169 on black background.


Color preview on white background

This text has color #1C4169 on white background.



Black color preview on #1C4169 background

This text has black color on #1C4169 background.


White color preview on #1C4169 background

This text has white color on #1C4169 background.