COLOR #1C1B49

HEX: #1C1B49
RGB: (28,27,73)

Color info

#1C1B49 contains red, green and blue colors in about the same proportion. Web safe color of #1C1B49 is #333333 (or #333).

RGB color model

#1C1B49 color RGB value is (28,27,73).

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

RGB channels and saturation

R 28 of 255 = 11%
G 27 of 255 = 11%
B 73 of 255 = 29%

28
27
73

R + G + B ~ 17%. #1C1B49 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 27 + 73 = 128 (100%)
R 28 of 128 ~ 21.88%
G 27 of 128 ~ 21.09%
B 73 of 128 ~ 57.03%

%21.88
%21.09
%57.03

CMYK color model

#1C1B49 color CMYK value is (62,63,0,71).

  • cyan value is 61.64%
  • magenta value is 63.01%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(62,63,0,71)
C62M63Y0K71 
(62%,63%,0%,71%)
(0.62/0.63/0.00/0.71)	

CMYK percentages

%61.64
%63.01
%0
%71.37

Codes

Color #1C1B49 in popluar color models

1C1B49
RGB282773
HSL241°46.00%19.61%
HSB/HSV241°63.01%28.63%
CMYK61.64%63.01%0.00%
71.37%

Color #1C1B49 in popluar number systems.

HEX1C1B49
Decimal282773
Binary11100110111001001
Octal3433111

Shades and tints

Shades of #1C1B49

#1C1B49
(28,27,73)
#1A1943
(26,25,67)
#18173D
(24,23,61)
#161537
(22,21,55)
#141331
(20,19,49)
#12112B
(18,17,43)
#100F25
(16,15,37)
#0E0D1F
(14,13,31)
#0C0B19
(12,11,25)
#0A0913
(10,9,19)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #1C1B49

#1C1B49
(28,27,73)
#302F59
(48,47,89)
#444369
(68,67,105)
#585779
(88,87,121)
#6C6B89
(108,107,137)
#807F99
(128,127,153)
#9493A9
(148,147,169)
#A8A7B9
(168,167,185)
#BCBBC9
(188,187,201)
#D0CFD9
(208,207,217)
#E4E3E9
(228,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1B49; }

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

This text font color is #1C1B49.


Background Color

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

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

This div background color is #1C1B49.


Border color

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

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

This div border color is #1C1B49.


Opacity

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

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

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

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

This text has shadow with #1C1B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1B49 on black background.


Color preview on white background

This text has color #1C1B49 on white background.



Black color preview on #1C1B49 background

This text has black color on #1C1B49 background.


White color preview on #1C1B49 background

This text has white color on #1C1B49 background.