COLOR #1C295B

HEX: #1C295B
RGB: (28,41,91)

Color info

#1C295B contains mainly green and blue colors. Web safe color of #1C295B is #333366 (or #336).

RGB color model

#1C295B color RGB value is (28,41,91).

  • red value is 28;
  • green value is 41;
  • blue value is 91.
RGB:
(28,41,91)
(11%,16%,36%)

RGB channels and saturation

R 28 of 255 = 11%
G 41 of 255 = 16%
B 91 of 255 = 36%

28
41
91

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

Portions of RGB colors in percentages

R + G + B =
28 + 41 + 91 = 160 (100%)
R 28 of 160 ~ 17.5%
G 41 of 160 ~ 25.63%
B 91 of 160 ~ 56.88%

%17.5
%25.63
%56.88

CMYK color model

#1C295B color CMYK value is (69,55,0,64).

  • cyan value is 69.23%
  • magenta value is 54.95%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(69,55,0,64)
C69M55Y0K64 
(69%,55%,0%,64%)
(0.69/0.55/0.00/0.64)	

CMYK percentages

%69.23
%54.95
%0
%64.31

Codes

Color #1C295B in popluar color models

1C295B
RGB284191
HSL228°52.94%23.33%
HSB/HSV228°69.23%35.69%
CMYK69.23%54.95%0.00%
64.31%

Color #1C295B in popluar number systems.

HEX1C295B
Decimal284191
Binary111001010011011011
Octal3451133

Shades and tints

Shades of #1C295B

#1C295B
(28,41,91)
#1A2653
(26,38,83)
#18234B
(24,35,75)
#162043
(22,32,67)
#141D3B
(20,29,59)
#121A33
(18,26,51)
#10172B
(16,23,43)
#0E1423
(14,20,35)
#0C111B
(12,17,27)
#0A0E13
(10,14,19)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #1C295B

#1C295B
(28,41,91)
#303C69
(48,60,105)
#444F77
(68,79,119)
#586285
(88,98,133)
#6C7593
(108,117,147)
#8088A1
(128,136,161)
#949BAF
(148,155,175)
#A8AEBD
(168,174,189)
#BCC1CB
(188,193,203)
#D0D4D9
(208,212,217)
#E4E7E7
(228,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C295B color. Also use rgb(28,41,91) instead hex code.

Text Font Color

.myTextColor { color: #1C295B; }

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

This text font color is #1C295B.


Background Color

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

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

This div background color is #1C295B.


Border color

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

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

This div border color is #1C295B.


Opacity

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

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

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

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

This text has shadow with #1C295B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C295B on black background.


Color preview on white background

This text has color #1C295B on white background.



Black color preview on #1C295B background

This text has black color on #1C295B background.


White color preview on #1C295B background

This text has white color on #1C295B background.