COLOR #1C3F7C

HEX: #1C3F7C
RGB: (28,63,124)

Color info

#1C3F7C contains mainly blue color. Web safe color of #1C3F7C is #333366 (or #336).

RGB color model

#1C3F7C color RGB value is (28,63,124).

  • red value is 28;
  • green value is 63;
  • blue value is 124.
RGB:
(28,63,124)
(11%,25%,49%)

RGB channels and saturation

R 28 of 255 = 11%
G 63 of 255 = 25%
B 124 of 255 = 49%

28
63
124

R + G + B ~ 28%. #1C3F7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 63 + 124 = 215 (100%)
R 28 of 215 ~ 13.02%
G 63 of 215 ~ 29.3%
B 124 of 215 ~ 57.67%

%13.02
%29.3
%57.67

CMYK color model

#1C3F7C color CMYK value is (77,49,0,51).

  • cyan value is 77.42%
  • magenta value is 49.19%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(77,49,0,51)
C77M49Y0K51 
(77%,49%,0%,51%)
(0.77/0.49/0.00/0.51)	

CMYK percentages

%77.42
%49.19
%0
%51.37

Codes

Color #1C3F7C in popluar color models

1C3F7C
RGB2863124
HSL218°63.16%29.80%
HSB/HSV218°77.42%48.63%
CMYK77.42%49.19%0.00%
51.37%

Color #1C3F7C in popluar number systems.

HEX1C3F7C
Decimal2863124
Binary111001111111111100
Octal3477174

Shades and tints

Shades of #1C3F7C

#1C3F7C
(28,63,124)
#1A3A71
(26,58,113)
#183566
(24,53,102)
#16305B
(22,48,91)
#142B50
(20,43,80)
#122645
(18,38,69)
#10213A
(16,33,58)
#0E1C2F
(14,28,47)
#0C1724
(12,23,36)
#0A1219
(10,18,25)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #1C3F7C

#1C3F7C
(28,63,124)
#305087
(48,80,135)
#446192
(68,97,146)
#58729D
(88,114,157)
#6C83A8
(108,131,168)
#8094B3
(128,148,179)
#94A5BE
(148,165,190)
#A8B6C9
(168,182,201)
#BCC7D4
(188,199,212)
#D0D8DF
(208,216,223)
#E4E9EA
(228,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C3F7C color. Also use rgb(28,63,124) instead hex code.

Text Font Color

.myTextColor { color: #1C3F7C; }

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

This text font color is #1C3F7C.


Background Color

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

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

This div background color is #1C3F7C.


Border color

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

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

This div border color is #1C3F7C.


Opacity

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

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

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

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

This text has shadow with #1C3F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C3F7C on black background.


Color preview on white background

This text has color #1C3F7C on white background.



Black color preview on #1C3F7C background

This text has black color on #1C3F7C background.


White color preview on #1C3F7C background

This text has white color on #1C3F7C background.