COLOR #1C1D63

HEX: #1C1D63
RGB: (28,29,99)

Color info

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

RGB color model

#1C1D63 color RGB value is (28,29,99).

  • red value is 28;
  • green value is 29;
  • blue value is 99.
RGB:
(28,29,99)
(11%,11%,39%)

RGB channels and saturation

R 28 of 255 = 11%
G 29 of 255 = 11%
B 99 of 255 = 39%

28
29
99

R + G + B ~ 20%. #1C1D63 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 29 + 99 = 156 (100%)
R 28 of 156 ~ 17.95%
G 29 of 156 ~ 18.59%
B 99 of 156 ~ 63.46%

%17.95
%18.59
%63.46

CMYK color model

#1C1D63 color CMYK value is (72,71,0,61).

  • cyan value is 71.72%
  • magenta value is 70.71%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(72,71,0,61)
C72M71Y0K61 
(72%,71%,0%,61%)
(0.72/0.71/0.00/0.61)	

CMYK percentages

%71.72
%70.71
%0
%61.18

Codes

Color #1C1D63 in popluar color models

1C1D63
RGB282999
HSL239°55.91%24.90%
HSB/HSV239°71.72%38.82%
CMYK71.72%70.71%0.00%
61.18%

Color #1C1D63 in popluar number systems.

HEX1C1D63
Decimal282999
Binary11100111011100011
Octal3435143

Shades and tints

Shades of #1C1D63

#1C1D63
(28,29,99)
#1A1B5A
(26,27,90)
#181951
(24,25,81)
#161748
(22,23,72)
#14153F
(20,21,63)
#121336
(18,19,54)
#10112D
(16,17,45)
#0E0F24
(14,15,36)
#0C0D1B
(12,13,27)
#0A0B12
(10,11,18)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #1C1D63

#1C1D63
(28,29,99)
#303171
(48,49,113)
#44457F
(68,69,127)
#58598D
(88,89,141)
#6C6D9B
(108,109,155)
#8081A9
(128,129,169)
#9495B7
(148,149,183)
#A8A9C5
(168,169,197)
#BCBDD3
(188,189,211)
#D0D1E1
(208,209,225)
#E4E5EF
(228,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C1D63 color. Also use rgb(28,29,99) instead hex code.

Text Font Color

.myTextColor { color: #1C1D63; }

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

This text font color is #1C1D63.


Background Color

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

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

This div background color is #1C1D63.


Border color

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

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

This div border color is #1C1D63.


Opacity

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

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

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

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

This text has shadow with #1C1D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1D63 on black background.


Color preview on white background

This text has color #1C1D63 on white background.



Black color preview on #1C1D63 background

This text has black color on #1C1D63 background.


White color preview on #1C1D63 background

This text has white color on #1C1D63 background.