COLOR #1C467F

HEX: #1C467F
RGB: (28,70,127)

Color info

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

RGB color model

#1C467F color RGB value is (28,70,127).

  • red value is 28;
  • green value is 70;
  • blue value is 127.
RGB:
(28,70,127)
(11%,27%,50%)

RGB channels and saturation

R 28 of 255 = 11%
G 70 of 255 = 27%
B 127 of 255 = 50%

28
70
127

R + G + B ~ 29%. #1C467F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 70 + 127 = 225 (100%)
R 28 of 225 ~ 12.44%
G 70 of 225 ~ 31.11%
B 127 of 225 ~ 56.44%

%12.44
%31.11
%56.44

CMYK color model

#1C467F color CMYK value is (78,45,0,50).

  • cyan value is 77.95%
  • magenta value is 44.88%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(78,45,0,50)
C78M45Y0K50 
(78%,45%,0%,50%)
(0.78/0.45/0.00/0.50)	

CMYK percentages

%77.95
%44.88
%0
%50.2

Codes

Color #1C467F in popluar color models

1C467F
RGB2870127
HSL215°63.87%30.39%
HSB/HSV215°77.95%49.80%
CMYK77.95%44.88%0.00%
50.20%

Color #1C467F in popluar number systems.

HEX1C467F
Decimal2870127
Binary1110010001101111111
Octal34106177

Shades and tints

Shades of #1C467F

#1C467F
(28,70,127)
#1A4074
(26,64,116)
#183A69
(24,58,105)
#16345E
(22,52,94)
#142E53
(20,46,83)
#122848
(18,40,72)
#10223D
(16,34,61)
#0E1C32
(14,28,50)
#0C1627
(12,22,39)
#0A101C
(10,16,28)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #1C467F

#1C467F
(28,70,127)
#30568A
(48,86,138)
#446695
(68,102,149)
#5876A0
(88,118,160)
#6C86AB
(108,134,171)
#8096B6
(128,150,182)
#94A6C1
(148,166,193)
#A8B6CC
(168,182,204)
#BCC6D7
(188,198,215)
#D0D6E2
(208,214,226)
#E4E6ED
(228,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C467F color. Also use rgb(28,70,127) instead hex code.

Text Font Color

.myTextColor { color: #1C467F; }

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

This text font color is #1C467F.


Background Color

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

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

This div background color is #1C467F.


Border color

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

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

This div border color is #1C467F.


Opacity

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

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

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

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

This text has shadow with #1C467F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C467F on black background.


Color preview on white background

This text has color #1C467F on white background.



Black color preview on #1C467F background

This text has black color on #1C467F background.


White color preview on #1C467F background

This text has white color on #1C467F background.