COLOR #1C1841

HEX: #1C1841
RGB: (28,24,65)

Color info

#1C1841 contains red, green and blue colors in about the same proportion. Web safe color of #1C1841 is #330033 (or #303).

RGB color model

#1C1841 color RGB value is (28,24,65).

  • red value is 28;
  • green value is 24;
  • blue value is 65.
RGB:
(28,24,65)
(11%,9%,25%)

RGB channels and saturation

R 28 of 255 = 11%
G 24 of 255 = 9%
B 65 of 255 = 25%

28
24
65

R + G + B ~ 15%. #1C1841 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 24 + 65 = 117 (100%)
R 28 of 117 ~ 23.93%
G 24 of 117 ~ 20.51%
B 65 of 117 ~ 55.56%

%23.93
%20.51
%55.56

CMYK color model

#1C1841 color CMYK value is (57,63,0,75).

  • cyan value is 56.92%
  • magenta value is 63.08%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(57,63,0,75)
C57M63Y0K75 
(57%,63%,0%,75%)
(0.57/0.63/0.00/0.75)	

CMYK percentages

%56.92
%63.08
%0
%74.51

Codes

Color #1C1841 in popluar color models

1C1841
RGB282465
HSL246°46.07%17.45%
HSB/HSV246°63.08%25.49%
CMYK56.92%63.08%0.00%
74.51%

Color #1C1841 in popluar number systems.

HEX1C1841
Decimal282465
Binary11100110001000001
Octal3430101

Shades and tints

Shades of #1C1841

#1C1841
(28,24,65)
#1A163C
(26,22,60)
#181437
(24,20,55)
#161232
(22,18,50)
#14102D
(20,16,45)
#120E28
(18,14,40)
#100C23
(16,12,35)
#0E0A1E
(14,10,30)
#0C0819
(12,8,25)
#0A0614
(10,6,20)
#08040F
(8,4,15)
#000000
(0,0,0)

Tints of #1C1841

#1C1841
(28,24,65)
#302D52
(48,45,82)
#444263
(68,66,99)
#585774
(88,87,116)
#6C6C85
(108,108,133)
#808196
(128,129,150)
#9496A7
(148,150,167)
#A8ABB8
(168,171,184)
#BCC0C9
(188,192,201)
#D0D5DA
(208,213,218)
#E4EAEB
(228,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1841; }

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

This text font color is #1C1841.


Background Color

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

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

This div background color is #1C1841.


Border color

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

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

This div border color is #1C1841.


Opacity

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

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

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

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

This text has shadow with #1C1841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1841 on black background.


Color preview on white background

This text has color #1C1841 on white background.



Black color preview on #1C1841 background

This text has black color on #1C1841 background.


White color preview on #1C1841 background

This text has white color on #1C1841 background.