COLOR #141842

HEX: #141842
RGB: (20,24,66)

Color info

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

RGB color model

#141842 color RGB value is (20,24,66).

  • red value is 20;
  • green value is 24;
  • blue value is 66.
RGB:
(20,24,66)
(8%,9%,26%)

RGB channels and saturation

R 20 of 255 = 8%
G 24 of 255 = 9%
B 66 of 255 = 26%

20
24
66

R + G + B ~ 14%. #141842 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 24 + 66 = 110 (100%)
R 20 of 110 ~ 18.18%
G 24 of 110 ~ 21.82%
B 66 of 110 ~ 60%

%18.18
%21.82
%60

CMYK color model

#141842 color CMYK value is (70,64,0,74).

  • cyan value is 69.70%
  • magenta value is 63.64%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(70,64,0,74)
C70M64Y0K74 
(70%,64%,0%,74%)
(0.70/0.64/0.00/0.74)	

CMYK percentages

%69.7
%63.64
%0
%74.12

Codes

Color #141842 in popluar color models

141842
RGB202466
HSL235°53.49%16.86%
HSB/HSV235°69.70%25.88%
CMYK69.70%63.64%0.00%
74.12%

Color #141842 in popluar number systems.

HEX141842
Decimal202466
Binary10100110001000010
Octal2430102

Shades and tints

Shades of #141842

#141842
(20,24,66)
#13163C
(19,22,60)
#121436
(18,20,54)
#111230
(17,18,48)
#10102A
(16,16,42)
#0F0E24
(15,14,36)
#0E0C1E
(14,12,30)
#0D0A18
(13,10,24)
#0C0812
(12,8,18)
#0B060C
(11,6,12)
#0A0406
(10,4,6)
#000000
(0,0,0)

Tints of #141842

#141842
(20,24,66)
#292D53
(41,45,83)
#3E4264
(62,66,100)
#535775
(83,87,117)
#686C86
(104,108,134)
#7D8197
(125,129,151)
#9296A8
(146,150,168)
#A7ABB9
(167,171,185)
#BCC0CA
(188,192,202)
#D1D5DB
(209,213,219)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #141842 color. Also use rgb(20,24,66) instead hex code.

Text Font Color

.myTextColor { color: #141842; }

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

This text font color is #141842.


Background Color

.myBgColor { background-color: #141842; }

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

This div background color is #141842.


Border color

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

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

This div border color is #141842.


Opacity

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

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

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

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

This text has shadow with #141842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141842 on black background.


Color preview on white background

This text has color #141842 on white background.



Black color preview on #141842 background

This text has black color on #141842 background.


White color preview on #141842 background

This text has white color on #141842 background.