COLOR #141328

HEX: #141328
RGB: (20,19,40)

Color info

#141328 contains red, green and blue colors in about the same proportion. Web safe color of #141328 is #000033 (or #003).

RGB color model

#141328 color RGB value is (20,19,40).

  • red value is 20;
  • green value is 19;
  • blue value is 40.
RGB:
(20,19,40)
(8%,7%,16%)

RGB channels and saturation

R 20 of 255 = 8%
G 19 of 255 = 7%
B 40 of 255 = 16%

20
19
40

R + G + B ~ 10%. #141328 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 19 + 40 = 79 (100%)
R 20 of 79 ~ 25.32%
G 19 of 79 ~ 24.05%
B 40 of 79 ~ 50.63%

%25.32
%24.05
%50.63

CMYK color model

#141328 color CMYK value is (50,53,0,84).

  • cyan value is 50.00%
  • magenta value is 52.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(50,53,0,84)
C50M53Y0K84 
(50%,53%,0%,84%)
(0.50/0.53/0.00/0.84)	

CMYK percentages

%50
%52.5
%0
%84.31

Codes

Color #141328 in popluar color models

141328
RGB201940
HSL243°35.59%11.57%
HSB/HSV243°52.50%15.69%
CMYK50.00%52.50%0.00%
84.31%

Color #141328 in popluar number systems.

HEX141328
Decimal201940
Binary1010010011101000
Octal242350

Shades and tints

Shades of #141328

#141328
(20,19,40)
#131225
(19,18,37)
#121122
(18,17,34)
#11101F
(17,16,31)
#100F1C
(16,15,28)
#0F0E19
(15,14,25)
#0E0D16
(14,13,22)
#0D0C13
(13,12,19)
#0C0B10
(12,11,16)
#0B0A0D
(11,10,13)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #141328

#141328
(20,19,40)
#29283B
(41,40,59)
#3E3D4E
(62,61,78)
#535261
(83,82,97)
#686774
(104,103,116)
#7D7C87
(125,124,135)
#92919A
(146,145,154)
#A7A6AD
(167,166,173)
#BCBBC0
(188,187,192)
#D1D0D3
(209,208,211)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #141328 color. Also use rgb(20,19,40) instead hex code.

Text Font Color

.myTextColor { color: #141328; }

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

This text font color is #141328.


Background Color

.myBgColor { background-color: #141328; }

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

This div background color is #141328.


Border color

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

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

This div border color is #141328.


Opacity

.myOpacity80 { color: #141328; opacity: 0.8; }

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

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

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

This text has shadow with #141328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141328 on black background.


Color preview on white background

This text has color #141328 on white background.



Black color preview on #141328 background

This text has black color on #141328 background.


White color preview on #141328 background

This text has white color on #141328 background.