COLOR #141D39

HEX: #141D39
RGB: (20,29,57)

Color info

#141D39 contains red, green and blue colors in about the same proportion. Web safe color of #141D39 is #003333 (or #033).

RGB color model

#141D39 color RGB value is (20,29,57).

  • red value is 20;
  • green value is 29;
  • blue value is 57.
RGB:
(20,29,57)
(8%,11%,22%)

RGB channels and saturation

R 20 of 255 = 8%
G 29 of 255 = 11%
B 57 of 255 = 22%

20
29
57

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

Portions of RGB colors in percentages

R + G + B =
20 + 29 + 57 = 106 (100%)
R 20 of 106 ~ 18.87%
G 29 of 106 ~ 27.36%
B 57 of 106 ~ 53.77%

%18.87
%27.36
%53.77

CMYK color model

#141D39 color CMYK value is (65,49,0,78).

  • cyan value is 64.91%
  • magenta value is 49.12%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(65,49,0,78)
C65M49Y0K78 
(65%,49%,0%,78%)
(0.65/0.49/0.00/0.78)	

CMYK percentages

%64.91
%49.12
%0
%77.65

Codes

Color #141D39 in popluar color models

141D39
RGB202957
HSL225°48.05%15.10%
HSB/HSV225°64.91%22.35%
CMYK64.91%49.12%0.00%
77.65%

Color #141D39 in popluar number systems.

HEX141D39
Decimal202957
Binary1010011101111001
Octal243571

Shades and tints

Shades of #141D39

#141D39
(20,29,57)
#131B34
(19,27,52)
#12192F
(18,25,47)
#11172A
(17,23,42)
#101525
(16,21,37)
#0F1320
(15,19,32)
#0E111B
(14,17,27)
#0D0F16
(13,15,22)
#0C0D11
(12,13,17)
#0B0B0C
(11,11,12)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #141D39

#141D39
(20,29,57)
#29314B
(41,49,75)
#3E455D
(62,69,93)
#53596F
(83,89,111)
#686D81
(104,109,129)
#7D8193
(125,129,147)
#9295A5
(146,149,165)
#A7A9B7
(167,169,183)
#BCBDC9
(188,189,201)
#D1D1DB
(209,209,219)
#E6E5ED
(230,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #141D39 color. Also use rgb(20,29,57) instead hex code.

Text Font Color

.myTextColor { color: #141D39; }

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

This text font color is #141D39.


Background Color

.myBgColor { background-color: #141D39; }

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

This div background color is #141D39.


Border color

.myBorderColor { border: 1px solid #141D39; }

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

This div border color is #141D39.


Opacity

.myOpacity80 { color: #141D39; opacity: 0.8; }

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

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

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

This text has shadow with #141D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141D39 on black background.


Color preview on white background

This text has color #141D39 on white background.



Black color preview on #141D39 background

This text has black color on #141D39 background.


White color preview on #141D39 background

This text has white color on #141D39 background.