COLOR #1C155F

HEX: #1C155F
RGB: (28,21,95)

Color info

#1C155F contains mainly blue color. Web safe color of #1C155F is #330066 (or #306).

RGB color model

#1C155F color RGB value is (28,21,95).

  • red value is 28;
  • green value is 21;
  • blue value is 95.
RGB:
(28,21,95)
(11%,8%,37%)

RGB channels and saturation

R 28 of 255 = 11%
G 21 of 255 = 8%
B 95 of 255 = 37%

28
21
95

R + G + B ~ 19%. #1C155F is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 21 + 95 = 144 (100%)
R 28 of 144 ~ 19.44%
G 21 of 144 ~ 14.58%
B 95 of 144 ~ 65.97%

%19.44
%14.58
%65.97

CMYK color model

#1C155F color CMYK value is (71,78,0,63).

  • cyan value is 70.53%
  • magenta value is 77.89%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(71,78,0,63)
C71M78Y0K63 
(71%,78%,0%,63%)
(0.71/0.78/0.00/0.63)	

CMYK percentages

%70.53
%77.89
%0
%62.75

Codes

Color #1C155F in popluar color models

1C155F
RGB282195
HSL246°63.79%22.75%
HSB/HSV246°77.89%37.25%
CMYK70.53%77.89%0.00%
62.75%

Color #1C155F in popluar number systems.

HEX1C155F
Decimal282195
Binary11100101011011111
Octal3425137

Shades and tints

Shades of #1C155F

#1C155F
(28,21,95)
#1A1457
(26,20,87)
#18134F
(24,19,79)
#161247
(22,18,71)
#14113F
(20,17,63)
#121037
(18,16,55)
#100F2F
(16,15,47)
#0E0E27
(14,14,39)
#0C0D1F
(12,13,31)
#0A0C17
(10,12,23)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #1C155F

#1C155F
(28,21,95)
#302A6D
(48,42,109)
#443F7B
(68,63,123)
#585489
(88,84,137)
#6C6997
(108,105,151)
#807EA5
(128,126,165)
#9493B3
(148,147,179)
#A8A8C1
(168,168,193)
#BCBDCF
(188,189,207)
#D0D2DD
(208,210,221)
#E4E7EB
(228,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C155F color. Also use rgb(28,21,95) instead hex code.

Text Font Color

.myTextColor { color: #1C155F; }

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

This text font color is #1C155F.


Background Color

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

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

This div background color is #1C155F.


Border color

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

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

This div border color is #1C155F.


Opacity

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

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

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

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

This text has shadow with #1C155F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C155F on black background.


Color preview on white background

This text has color #1C155F on white background.



Black color preview on #1C155F background

This text has black color on #1C155F background.


White color preview on #1C155F background

This text has white color on #1C155F background.