COLOR #1C152B

HEX: #1C152B
RGB: (28,21,43)

Color info

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

RGB color model

#1C152B color RGB value is (28,21,43).

  • red value is 28;
  • green value is 21;
  • blue value is 43.
RGB:
(28,21,43)
(11%,8%,17%)

RGB channels and saturation

R 28 of 255 = 11%
G 21 of 255 = 8%
B 43 of 255 = 17%

28
21
43

R + G + B ~ 12%. #1C152B is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 21 + 43 = 92 (100%)
R 28 of 92 ~ 30.43%
G 21 of 92 ~ 22.83%
B 43 of 92 ~ 46.74%

%30.43
%22.83
%46.74

CMYK color model

#1C152B color CMYK value is (35,51,0,83).

  • cyan value is 34.88%
  • magenta value is 51.16%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(35,51,0,83)
C35M51Y0K83 
(35%,51%,0%,83%)
(0.35/0.51/0.00/0.83)	

CMYK percentages

%34.88
%51.16
%0
%83.14

Codes

Color #1C152B in popluar color models

1C152B
RGB282143
HSL259°34.38%12.55%
HSB/HSV259°51.16%16.86%
CMYK34.88%51.16%0.00%
83.14%

Color #1C152B in popluar number systems.

HEX1C152B
Decimal282143
Binary1110010101101011
Octal342553

Shades and tints

Shades of #1C152B

#1C152B
(28,21,43)
#1A1428
(26,20,40)
#181325
(24,19,37)
#161222
(22,18,34)
#14111F
(20,17,31)
#12101C
(18,16,28)
#100F19
(16,15,25)
#0E0E16
(14,14,22)
#0C0D13
(12,13,19)
#0A0C10
(10,12,16)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #1C152B

#1C152B
(28,21,43)
#302A3E
(48,42,62)
#443F51
(68,63,81)
#585464
(88,84,100)
#6C6977
(108,105,119)
#807E8A
(128,126,138)
#94939D
(148,147,157)
#A8A8B0
(168,168,176)
#BCBDC3
(188,189,195)
#D0D2D6
(208,210,214)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C152B; }

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

This text font color is #1C152B.


Background Color

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

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

This div background color is #1C152B.


Border color

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

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

This div border color is #1C152B.


Opacity

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

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

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

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

This text has shadow with #1C152B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C152B on black background.


Color preview on white background

This text has color #1C152B on white background.



Black color preview on #1C152B background

This text has black color on #1C152B background.


White color preview on #1C152B background

This text has white color on #1C152B background.