COLOR #1C2E55

HEX: #1C2E55 RGB: (28,46,85)

Color info

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

RGB color model

#1C2E55 color RGB value is (28,46,85).

RGB: (28,46,85) (11%, 18%, 33%)

RGB channels and saturation

R 28 of 255 = 11%
G 46 of 255 = 18%
B 85 of 255 = 33%

28
46
85

R + G + B ~ 21%. #1C2E55 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 46 + 85 = 159 (100%)
R 28 of 159 ~ 17.61%
G 46 of 159 ~ 28.93%
B 85 of 159 ~ 53.46'%

%17.61
%28.93
%53.46

CMYK color model

#1C2E55 color CMYK value is (67,46,0,67).

  • cyan value is 67.06%
  • magenta value is 45.88%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (67,46,0,67)
C67M46Y0K67 (67%, 46%, 0%, 67%)
(0.67 / 0.46 / 0.00 / 0.67)

CMYK percentages

%67.06
%45.88
%0
%66.67

Codes

Color #1C2E55 in popluar color models

1C 2E 55
RGB 28 46 85
HSL 221° 50.44% 22.16%
HSB/HSV 221° 67.06% 33.33%
CMYK 67.06% 45.88% 0.00%
66.67%

Color #1C2E55 in popluar number systems.

HEX 1C 2E 55
Decimal 28 46 85
Binary 11100 101110 1010101
Octal 34 56 125

Shades and tints

Shades of #1C2E55

#1C2E55
(28,46,85)
#1A2A4E
(26,42,78)
#182647
(24,38,71)
#162240
(22,34,64)
#141E39
(20,30,57)
#121A32
(18,26,50)
#10162B
(16,22,43)
#0E1224
(14,18,36)
#0C0E1D
(12,14,29)
#0A0A16
(10,10,22)
#08060F
(8,6,15)
#000000
(0,0,0)

Tints of #1C2E55

#1C2E55
(28,46,85)
#304164
(48,65,100)
#445473
(68,84,115)
#586782
(88,103,130)
#6C7A91
(108,122,145)
#808DA0
(128,141,160)
#94A0AF
(148,160,175)
#A8B3BE
(168,179,190)
#BCC6CD
(188,198,205)
#D0D9DC
(208,217,220)
#E4ECEB
(228,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C2E55 color. Also use rgb(28,46,85) instead hex code.

Text Font Color

.myTextColor { color: #1C2E55; }

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

This text font color is #1C2E55.

Background Color

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

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

This div background color is #1C2E55.

Border color

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

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

This div border color is #1C2E55.

Opacity

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

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

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

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

This text has shadow with #1C2E55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C2E55.

Preview

Color preview on black background

This text has color #1C2E55 on black background.


Color preview on white background

This text has color #1C2E55 on white background.


Black color preview on #1C2E55 background

This text has black color on #1C2E55 background.


White color preview on #1C2E55 background

This text has white color on #1C2E55 background.


Related colors

Complementary color

Complementary color for #hex is #E3D1AA.


I love getcolorcode.com

Triadic colors

1 #551C2E and #2E551C with #1C2E55 are triadic colors.

2 #552E1C and #2E1C55 with #1C2E55 are triadic colors.