COLOR #1C1C51

HEX: #1C1C51 RGB: (28,28,81)

Color info

#1C1C51 contains red, green and blue colors in about the same proportion. Web safe color of #1C1C51 is #333366 (or #336).

RGB color model

#1C1C51 color RGB value is (28,28,81).

RGB: (28,28,81) (11%, 11%, 32%)

RGB channels and saturation

R 28 of 255 = 11%
G 28 of 255 = 11%
B 81 of 255 = 32%

28
28
81

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

Portions of RGB colors in percentages

R + G + B = 28 + 28 + 81 = 137 (100%)
R 28 of 137 ~ 20.44%
G 28 of 137 ~ 20.44%
B 81 of 137 ~ 59.12'%

%20.44
%20.44
%59.12

CMYK color model

#1C1C51 color CMYK value is (65,65,0,68).

  • cyan value is 65.43%
  • magenta value is 65.43%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (65,65,0,68)
C65M65Y0K68 (65%, 65%, 0%, 68%)
(0.65 / 0.65 / 0.00 / 0.68)

CMYK percentages

%65.43
%65.43
%0
%68.24

Codes

Color #1C1C51 in popluar color models

1C 1C 51
RGB 28 28 81
HSL 240° 48.62% 21.37%
HSB/HSV 240° 65.43% 31.76%
CMYK 65.43% 65.43% 0.00%
68.24%

Color #1C1C51 in popluar number systems.

HEX 1C 1C 51
Decimal 28 28 81
Binary 11100 11100 1010001
Octal 34 34 121

Shades and tints

Shades of #1C1C51

#1C1C51
(28,28,81)
#1A1A4A
(26,26,74)
#181843
(24,24,67)
#16163C
(22,22,60)
#141435
(20,20,53)
#12122E
(18,18,46)
#101027
(16,16,39)
#0E0E20
(14,14,32)
#0C0C19
(12,12,25)
#0A0A12
(10,10,18)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #1C1C51

#1C1C51
(28,28,81)
#303060
(48,48,96)
#44446F
(68,68,111)
#58587E
(88,88,126)
#6C6C8D
(108,108,141)
#80809C
(128,128,156)
#9494AB
(148,148,171)
#A8A8BA
(168,168,186)
#BCBCC9
(188,188,201)
#D0D0D8
(208,208,216)
#E4E4E7
(228,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1C51; }

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

This text font color is #1C1C51.

Background Color

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

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

This div background color is #1C1C51.

Border color

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

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

This div border color is #1C1C51.

Opacity

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

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

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

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

This text has shadow with #1C1C51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C1C51.

Preview

Color preview on black background

This text has color #1C1C51 on black background.


Color preview on white background

This text has color #1C1C51 on white background.


Black color preview on #1C1C51 background

This text has black color on #1C1C51 background.


White color preview on #1C1C51 background

This text has white color on #1C1C51 background.


Related colors

Complementary color

Complementary color for #hex is #E3E3AE.


I love getcolorcode.com