COLOR #141541

HEX: #141541 RGB: (20,21,65)

Color info

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

RGB color model

#141541 color RGB value is (20,21,65).

RGB: (20,21,65) (8%, 8%, 25%)

RGB channels and saturation

R 20 of 255 = 8%
G 21 of 255 = 8%
B 65 of 255 = 25%

20
21
65

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

Portions of RGB colors in percentages

R + G + B = 20 + 21 + 65 = 106 (100%)
R 20 of 106 ~ 18.87%
G 21 of 106 ~ 19.81%
B 65 of 106 ~ 61.32'%

%18.87
%19.81
%61.32

CMYK color model

#141541 color CMYK value is (69,68,0,75).

  • cyan value is 69.23%
  • magenta value is 67.69%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (69,68,0,75)
C69M68Y0K75 (69%, 68%, 0%, 75%)
(0.69 / 0.68 / 0.00 / 0.75)

CMYK percentages

%69.23
%67.69
%0
%74.51

Codes

Color #141541 in popluar color models

14 15 41
RGB 20 21 65
HSL 239° 52.94% 16.67%
HSB/HSV 239° 69.23% 25.49%
CMYK 69.23% 67.69% 0.00%
74.51%

Color #141541 in popluar number systems.

HEX 14 15 41
Decimal 20 21 65
Binary 10100 10101 1000001
Octal 24 25 101

Shades and tints

Shades of #141541

#141541
(20,21,65)
#13143C
(19,20,60)
#121337
(18,19,55)
#111232
(17,18,50)
#10112D
(16,17,45)
#0F1028
(15,16,40)
#0E0F23
(14,15,35)
#0D0E1E
(13,14,30)
#0C0D19
(12,13,25)
#0B0C14
(11,12,20)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #141541

#141541
(20,21,65)
#292A52
(41,42,82)
#3E3F63
(62,63,99)
#535474
(83,84,116)
#686985
(104,105,133)
#7D7E96
(125,126,150)
#9293A7
(146,147,167)
#A7A8B8
(167,168,184)
#BCBDC9
(188,189,201)
#D1D2DA
(209,210,218)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #141541 color. Also use rgb(20,21,65) instead hex code.

Text Font Color

.myTextColor { color: #141541; }

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

This text font color is #141541.

Background Color

.myBgColor { background-color: #141541; }

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

This div background color is #141541.

Border color

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

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

This div border color is #141541.

Opacity

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

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

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

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

This text has shadow with #141541 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #141541.

Preview

Color preview on black background

This text has color #141541 on black background.


Color preview on white background

This text has color #141541 on white background.


Black color preview on #141541 background

This text has black color on #141541 background.


White color preview on #141541 background

This text has white color on #141541 background.


Related colors

Complementary color

Complementary color for #hex is #EBEABE.


I love getcolorcode.com

Triadic colors

1 #411415 and #154114 with #141541 are triadic colors.

2 #411514 and #151441 with #141541 are triadic colors.