COLOR #1C296D

HEX: #1C296D
RGB: (28,41,109)

Color info

#1C296D contains mainly blue color. Web safe color of #1C296D is #333366 (or #336).

RGB color model

#1C296D color RGB value is (28,41,109).

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

RGB channels and saturation

R 28 of 255 = 11%
G 41 of 255 = 16%
B 109 of 255 = 43%

28
41
109

R + G + B ~ 23%. #1C296D is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 41 + 109 = 178 (100%)
R 28 of 178 ~ 15.73%
G 41 of 178 ~ 23.03%
B 109 of 178 ~ 61.24%

%15.73
%23.03
%61.24

CMYK color model

#1C296D color CMYK value is (74,62,0,57).

  • cyan value is 74.31%
  • magenta value is 62.39%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(74,62,0,57)
C74M62Y0K57 
(74%,62%,0%,57%)
(0.74/0.62/0.00/0.57)	

CMYK percentages

%74.31
%62.39
%0
%57.25

Codes

Color #1C296D in popluar color models

1C296D
RGB2841109
HSL230°59.12%26.86%
HSB/HSV230°74.31%42.75%
CMYK74.31%62.39%0.00%
57.25%

Color #1C296D in popluar number systems.

HEX1C296D
Decimal2841109
Binary111001010011101101
Octal3451155

Shades and tints

Shades of #1C296D

#1C296D
(28,41,109)
#1A2664
(26,38,100)
#18235B
(24,35,91)
#162052
(22,32,82)
#141D49
(20,29,73)
#121A40
(18,26,64)
#101737
(16,23,55)
#0E142E
(14,20,46)
#0C1125
(12,17,37)
#0A0E1C
(10,14,28)
#080B13
(8,11,19)
#000000
(0,0,0)

Tints of #1C296D

#1C296D
(28,41,109)
#303C7A
(48,60,122)
#444F87
(68,79,135)
#586294
(88,98,148)
#6C75A1
(108,117,161)
#8088AE
(128,136,174)
#949BBB
(148,155,187)
#A8AEC8
(168,174,200)
#BCC1D5
(188,193,213)
#D0D4E2
(208,212,226)
#E4E7EF
(228,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C296D; }

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

This text font color is #1C296D.


Background Color

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

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

This div background color is #1C296D.


Border color

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

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

This div border color is #1C296D.


Opacity

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

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

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

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

This text has shadow with #1C296D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C296D on black background.


Color preview on white background

This text has color #1C296D on white background.



Black color preview on #1C296D background

This text has black color on #1C296D background.


White color preview on #1C296D background

This text has white color on #1C296D background.