COLOR #1C2757

HEX: #1C2757
RGB: (28,39,87)

Color info

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

RGB color model

#1C2757 color RGB value is (28,39,87).

  • red value is 28;
  • green value is 39;
  • blue value is 87.
RGB:
(28,39,87)
(11%,15%,34%)

RGB channels and saturation

R 28 of 255 = 11%
G 39 of 255 = 15%
B 87 of 255 = 34%

28
39
87

R + G + B ~ 20%. #1C2757 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 39 + 87 = 154 (100%)
R 28 of 154 ~ 18.18%
G 39 of 154 ~ 25.32%
B 87 of 154 ~ 56.49%

%18.18
%25.32
%56.49

CMYK color model

#1C2757 color CMYK value is (68,55,0,66).

  • cyan value is 67.82%
  • magenta value is 55.17%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(68,55,0,66)
C68M55Y0K66 
(68%,55%,0%,66%)
(0.68/0.55/0.00/0.66)	

CMYK percentages

%67.82
%55.17
%0
%65.88

Codes

Color #1C2757 in popluar color models

1C2757
RGB283987
HSL229°51.30%22.55%
HSB/HSV229°67.82%34.12%
CMYK67.82%55.17%0.00%
65.88%

Color #1C2757 in popluar number systems.

HEX1C2757
Decimal283987
Binary111001001111010111
Octal3447127

Shades and tints

Shades of #1C2757

#1C2757
(28,39,87)
#1A2450
(26,36,80)
#182149
(24,33,73)
#161E42
(22,30,66)
#141B3B
(20,27,59)
#121834
(18,24,52)
#10152D
(16,21,45)
#0E1226
(14,18,38)
#0C0F1F
(12,15,31)
#0A0C18
(10,12,24)
#080911
(8,9,17)
#000000
(0,0,0)

Tints of #1C2757

#1C2757
(28,39,87)
#303A66
(48,58,102)
#444D75
(68,77,117)
#586084
(88,96,132)
#6C7393
(108,115,147)
#8086A2
(128,134,162)
#9499B1
(148,153,177)
#A8ACC0
(168,172,192)
#BCBFCF
(188,191,207)
#D0D2DE
(208,210,222)
#E4E5ED
(228,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C2757 color. Also use rgb(28,39,87) instead hex code.

Text Font Color

.myTextColor { color: #1C2757; }

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

This text font color is #1C2757.


Background Color

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

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

This div background color is #1C2757.


Border color

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

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

This div border color is #1C2757.


Opacity

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

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

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

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

This text has shadow with #1C2757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C2757 on black background.


Color preview on white background

This text has color #1C2757 on white background.



Black color preview on #1C2757 background

This text has black color on #1C2757 background.


White color preview on #1C2757 background

This text has white color on #1C2757 background.