COLOR #142441

HEX: #142441
RGB: (20,36,65)

Color info

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

RGB color model

#142441 color RGB value is (20,36,65).

  • red value is 20;
  • green value is 36;
  • blue value is 65.
RGB:
(20,36,65)
(8%,14%,25%)

RGB channels and saturation

R 20 of 255 = 8%
G 36 of 255 = 14%
B 65 of 255 = 25%

20
36
65

R + G + B ~ 16%. #142441 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 36 + 65 = 121 (100%)
R 20 of 121 ~ 16.53%
G 36 of 121 ~ 29.75%
B 65 of 121 ~ 53.72%

%16.53
%29.75
%53.72

CMYK color model

#142441 color CMYK value is (69,45,0,75).

  • cyan value is 69.23%
  • magenta value is 44.62%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(69,45,0,75)
C69M45Y0K75 
(69%,45%,0%,75%)
(0.69/0.45/0.00/0.75)	

CMYK percentages

%69.23
%44.62
%0
%74.51

Codes

Color #142441 in popluar color models

142441
RGB203665
HSL219°52.94%16.67%
HSB/HSV219°69.23%25.49%
CMYK69.23%44.62%0.00%
74.51%

Color #142441 in popluar number systems.

HEX142441
Decimal203665
Binary101001001001000001
Octal2444101

Shades and tints

Shades of #142441

#142441
(20,36,65)
#13213C
(19,33,60)
#121E37
(18,30,55)
#111B32
(17,27,50)
#10182D
(16,24,45)
#0F1528
(15,21,40)
#0E1223
(14,18,35)
#0D0F1E
(13,15,30)
#0C0C19
(12,12,25)
#0B0914
(11,9,20)
#0A060F
(10,6,15)
#000000
(0,0,0)

Tints of #142441

#142441
(20,36,65)
#293752
(41,55,82)
#3E4A63
(62,74,99)
#535D74
(83,93,116)
#687085
(104,112,133)
#7D8396
(125,131,150)
#9296A7
(146,150,167)
#A7A9B8
(167,169,184)
#BCBCC9
(188,188,201)
#D1CFDA
(209,207,218)
#E6E2EB
(230,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #142441; }

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

This text font color is #142441.


Background Color

.myBgColor { background-color: #142441; }

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

This div background color is #142441.


Border color

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

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

This div border color is #142441.


Opacity

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

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

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

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

This text has shadow with #142441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142441 on black background.


Color preview on white background

This text has color #142441 on white background.



Black color preview on #142441 background

This text has black color on #142441 background.


White color preview on #142441 background

This text has white color on #142441 background.