COLOR #1C1139

HEX: #1C1139
RGB: (28,17,57)

Color info

#1C1139 contains red, green and blue colors in about the same proportion. Web safe color of #1C1139 is #330033 (or #303).

RGB color model

#1C1139 color RGB value is (28,17,57).

  • red value is 28;
  • green value is 17;
  • blue value is 57.
RGB:
(28,17,57)
(11%,7%,22%)

RGB channels and saturation

R 28 of 255 = 11%
G 17 of 255 = 7%
B 57 of 255 = 22%

28
17
57

R + G + B ~ 13%. #1C1139 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 17 + 57 = 102 (100%)
R 28 of 102 ~ 27.45%
G 17 of 102 ~ 16.67%
B 57 of 102 ~ 55.88%

%27.45
%16.67
%55.88

CMYK color model

#1C1139 color CMYK value is (51,70,0,78).

  • cyan value is 50.88%
  • magenta value is 70.18%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(51,70,0,78)
C51M70Y0K78 
(51%,70%,0%,78%)
(0.51/0.70/0.00/0.78)	

CMYK percentages

%50.88
%70.18
%0
%77.65

Codes

Color #1C1139 in popluar color models

1C1139
RGB281757
HSL257°54.05%14.51%
HSB/HSV257°70.18%22.35%
CMYK50.88%70.18%0.00%
77.65%

Color #1C1139 in popluar number systems.

HEX1C1139
Decimal281757
Binary1110010001111001
Octal342171

Shades and tints

Shades of #1C1139

#1C1139
(28,17,57)
#1A1034
(26,16,52)
#180F2F
(24,15,47)
#160E2A
(22,14,42)
#140D25
(20,13,37)
#120C20
(18,12,32)
#100B1B
(16,11,27)
#0E0A16
(14,10,22)
#0C0911
(12,9,17)
#0A080C
(10,8,12)
#080707
(8,7,7)
#000000
(0,0,0)

Tints of #1C1139

#1C1139
(28,17,57)
#30264B
(48,38,75)
#443B5D
(68,59,93)
#58506F
(88,80,111)
#6C6581
(108,101,129)
#807A93
(128,122,147)
#948FA5
(148,143,165)
#A8A4B7
(168,164,183)
#BCB9C9
(188,185,201)
#D0CEDB
(208,206,219)
#E4E3ED
(228,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C1139 color. Also use rgb(28,17,57) instead hex code.

Text Font Color

.myTextColor { color: #1C1139; }

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

This text font color is #1C1139.


Background Color

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

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

This div background color is #1C1139.


Border color

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

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

This div border color is #1C1139.


Opacity

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

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

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

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

This text has shadow with #1C1139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1139 on black background.


Color preview on white background

This text has color #1C1139 on white background.



Black color preview on #1C1139 background

This text has black color on #1C1139 background.


White color preview on #1C1139 background

This text has white color on #1C1139 background.