COLOR #142C53

HEX: #142C53
RGB: (20,44,83)

Color info

#142C53 contains mainly green and blue colors. Web safe color of #142C53 is #003366 (or #036).

RGB color model

#142C53 color RGB value is (20,44,83).

  • red value is 20;
  • green value is 44;
  • blue value is 83.
RGB:
(20,44,83)
(8%,17%,33%)

RGB channels and saturation

R 20 of 255 = 8%
G 44 of 255 = 17%
B 83 of 255 = 33%

20
44
83

R + G + B ~ 19%. #142C53 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 44 + 83 = 147 (100%)
R 20 of 147 ~ 13.61%
G 44 of 147 ~ 29.93%
B 83 of 147 ~ 56.46%

%13.61
%29.93
%56.46

CMYK color model

#142C53 color CMYK value is (76,47,0,67).

  • cyan value is 75.90%
  • magenta value is 46.99%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(76,47,0,67)
C76M47Y0K67 
(76%,47%,0%,67%)
(0.76/0.47/0.00/0.67)	

CMYK percentages

%75.9
%46.99
%0
%67.45

Codes

Color #142C53 in popluar color models

142C53
RGB204483
HSL217°61.17%20.20%
HSB/HSV217°75.90%32.55%
CMYK75.90%46.99%0.00%
67.45%

Color #142C53 in popluar number systems.

HEX142C53
Decimal204483
Binary101001011001010011
Octal2454123

Shades and tints

Shades of #142C53

#142C53
(20,44,83)
#13284C
(19,40,76)
#122445
(18,36,69)
#11203E
(17,32,62)
#101C37
(16,28,55)
#0F1830
(15,24,48)
#0E1429
(14,20,41)
#0D1022
(13,16,34)
#0C0C1B
(12,12,27)
#0B0814
(11,8,20)
#0A040D
(10,4,13)
#000000
(0,0,0)

Tints of #142C53

#142C53
(20,44,83)
#293F62
(41,63,98)
#3E5271
(62,82,113)
#536580
(83,101,128)
#68788F
(104,120,143)
#7D8B9E
(125,139,158)
#929EAD
(146,158,173)
#A7B1BC
(167,177,188)
#BCC4CB
(188,196,203)
#D1D7DA
(209,215,218)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #142C53 color. Also use rgb(20,44,83) instead hex code.

Text Font Color

.myTextColor { color: #142C53; }

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

This text font color is #142C53.


Background Color

.myBgColor { background-color: #142C53; }

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

This div background color is #142C53.


Border color

.myBorderColor { border: 1px solid #142C53; }

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

This div border color is #142C53.


Opacity

.myOpacity80 { color: #142C53; opacity: 0.8; }

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

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

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

This text has shadow with #142C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142C53 on black background.


Color preview on white background

This text has color #142C53 on white background.



Black color preview on #142C53 background

This text has black color on #142C53 background.


White color preview on #142C53 background

This text has white color on #142C53 background.