COLOR #1C414E

HEX: #1C414E
RGB: (28,65,78)

Color info

#1C414E contains red, green and blue colors in about the same proportion. Web safe color of #1C414E is #333366 (or #336).

RGB color model

#1C414E color RGB value is (28,65,78).

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

RGB channels and saturation

R 28 of 255 = 11%
G 65 of 255 = 25%
B 78 of 255 = 31%

28
65
78

R + G + B ~ 22%. #1C414E is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 65 + 78 = 171 (100%)
R 28 of 171 ~ 16.37%
G 65 of 171 ~ 38.01%
B 78 of 171 ~ 45.61%

%16.37
%38.01
%45.61

CMYK color model

#1C414E color CMYK value is (64,17,0,69).

  • cyan value is 64.10%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(64,17,0,69)
C64M17Y0K69 
(64%,17%,0%,69%)
(0.64/0.17/0.00/0.69)	

CMYK percentages

%64.1
%16.67
%0
%69.41

Codes

Color #1C414E in popluar color models

1C414E
RGB286578
HSL196°47.17%20.78%
HSB/HSV196°64.10%30.59%
CMYK64.10%16.67%0.00%
69.41%

Color #1C414E in popluar number systems.

HEX1C414E
Decimal286578
Binary1110010000011001110
Octal34101116

Shades and tints

Shades of #1C414E

#1C414E
(28,65,78)
#1A3C47
(26,60,71)
#183740
(24,55,64)
#163239
(22,50,57)
#142D32
(20,45,50)
#12282B
(18,40,43)
#102324
(16,35,36)
#0E1E1D
(14,30,29)
#0C1916
(12,25,22)
#0A140F
(10,20,15)
#080F08
(8,15,8)
#000000
(0,0,0)

Tints of #1C414E

#1C414E
(28,65,78)
#30525E
(48,82,94)
#44636E
(68,99,110)
#58747E
(88,116,126)
#6C858E
(108,133,142)
#80969E
(128,150,158)
#94A7AE
(148,167,174)
#A8B8BE
(168,184,190)
#BCC9CE
(188,201,206)
#D0DADE
(208,218,222)
#E4EBEE
(228,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C414E; }

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

This text font color is #1C414E.


Background Color

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

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

This div background color is #1C414E.


Border color

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

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

This div border color is #1C414E.


Opacity

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

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

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

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

This text has shadow with #1C414E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C414E on black background.


Color preview on white background

This text has color #1C414E on white background.



Black color preview on #1C414E background

This text has black color on #1C414E background.


White color preview on #1C414E background

This text has white color on #1C414E background.