COLOR #1C155D

HEX: #1C155D
RGB: (28,21,93)

Color info

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

RGB color model

#1C155D color RGB value is (28,21,93).

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

RGB channels and saturation

R 28 of 255 = 11%
G 21 of 255 = 8%
B 93 of 255 = 36%

28
21
93

R + G + B ~ 18%. #1C155D is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 21 + 93 = 142 (100%)
R 28 of 142 ~ 19.72%
G 21 of 142 ~ 14.79%
B 93 of 142 ~ 65.49%

%19.72
%14.79
%65.49

CMYK color model

#1C155D color CMYK value is (70,77,0,64).

  • cyan value is 69.89%
  • magenta value is 77.42%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(70,77,0,64)
C70M77Y0K64 
(70%,77%,0%,64%)
(0.70/0.77/0.00/0.64)	

CMYK percentages

%69.89
%77.42
%0
%63.53

Codes

Color #1C155D in popluar color models

1C155D
RGB282193
HSL246°63.16%22.35%
HSB/HSV246°77.42%36.47%
CMYK69.89%77.42%0.00%
63.53%

Color #1C155D in popluar number systems.

HEX1C155D
Decimal282193
Binary11100101011011101
Octal3425135

Shades and tints

Shades of #1C155D

#1C155D
(28,21,93)
#1A1455
(26,20,85)
#18134D
(24,19,77)
#161245
(22,18,69)
#14113D
(20,17,61)
#121035
(18,16,53)
#100F2D
(16,15,45)
#0E0E25
(14,14,37)
#0C0D1D
(12,13,29)
#0A0C15
(10,12,21)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #1C155D

#1C155D
(28,21,93)
#302A6B
(48,42,107)
#443F79
(68,63,121)
#585487
(88,84,135)
#6C6995
(108,105,149)
#807EA3
(128,126,163)
#9493B1
(148,147,177)
#A8A8BF
(168,168,191)
#BCBDCD
(188,189,205)
#D0D2DB
(208,210,219)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C155D; }

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

This text font color is #1C155D.


Background Color

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

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

This div background color is #1C155D.


Border color

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

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

This div border color is #1C155D.


Opacity

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

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

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

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

This text has shadow with #1C155D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C155D on black background.


Color preview on white background

This text has color #1C155D on white background.



Black color preview on #1C155D background

This text has black color on #1C155D background.


White color preview on #1C155D background

This text has white color on #1C155D background.