COLOR #1C1590

HEX: #1C1590
RGB: (28,21,144)

Color info

#1C1590 contains mainly blue color. Web safe color of #1C1590 is #330099 (or #309).

RGB color model

#1C1590 color RGB value is (28,21,144).

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

RGB channels and saturation

R 28 of 255 = 11%
G 21 of 255 = 8%
B 144 of 255 = 56%

28
21
144

R + G + B ~ 25%. #1C1590 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 21 + 144 = 193 (100%)
R 28 of 193 ~ 14.51%
G 21 of 193 ~ 10.88%
B 144 of 193 ~ 74.61%

%14.51
%10.88
%74.61

CMYK color model

#1C1590 color CMYK value is (81,85,0,44).

  • cyan value is 80.56%
  • magenta value is 85.42%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(81,85,0,44)
C81M85Y0K44 
(81%,85%,0%,44%)
(0.81/0.85/0.00/0.44)	

CMYK percentages

%80.56
%85.42
%0
%43.53

Codes

Color #1C1590 in popluar color models

1C1590
RGB2821144
HSL243°74.55%32.35%
HSB/HSV243°85.42%56.47%
CMYK80.56%85.42%0.00%
43.53%

Color #1C1590 in popluar number systems.

HEX1C1590
Decimal2821144
Binary111001010110010000
Octal3425220

Shades and tints

Shades of #1C1590

#1C1590
(28,21,144)
#1A1483
(26,20,131)
#181376
(24,19,118)
#161269
(22,18,105)
#14115C
(20,17,92)
#12104F
(18,16,79)
#100F42
(16,15,66)
#0E0E35
(14,14,53)
#0C0D28
(12,13,40)
#0A0C1B
(10,12,27)
#080B0E
(8,11,14)
#000000
(0,0,0)

Tints of #1C1590

#1C1590
(28,21,144)
#302A9A
(48,42,154)
#443FA4
(68,63,164)
#5854AE
(88,84,174)
#6C69B8
(108,105,184)
#807EC2
(128,126,194)
#9493CC
(148,147,204)
#A8A8D6
(168,168,214)
#BCBDE0
(188,189,224)
#D0D2EA
(208,210,234)
#E4E7F4
(228,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1590; }

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

This text font color is #1C1590.


Background Color

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

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

This div background color is #1C1590.


Border color

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

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

This div border color is #1C1590.


Opacity

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

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

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

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

This text has shadow with #1C1590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1590 on black background.


Color preview on white background

This text has color #1C1590 on white background.



Black color preview on #1C1590 background

This text has black color on #1C1590 background.


White color preview on #1C1590 background

This text has white color on #1C1590 background.