COLOR #142239

HEX: #142239
RGB: (20,34,57)

Color info

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

RGB color model

#142239 color RGB value is (20,34,57).

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

RGB channels and saturation

R 20 of 255 = 8%
G 34 of 255 = 13%
B 57 of 255 = 22%

20
34
57

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

Portions of RGB colors in percentages

R + G + B =
20 + 34 + 57 = 111 (100%)
R 20 of 111 ~ 18.02%
G 34 of 111 ~ 30.63%
B 57 of 111 ~ 51.35%

%18.02
%30.63
%51.35

CMYK color model

#142239 color CMYK value is (65,40,0,78).

  • cyan value is 64.91%
  • magenta value is 40.35%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(65,40,0,78)
C65M40Y0K78 
(65%,40%,0%,78%)
(0.65/0.40/0.00/0.78)	

CMYK percentages

%64.91
%40.35
%0
%77.65

Codes

Color #142239 in popluar color models

142239
RGB203457
HSL217°48.05%15.10%
HSB/HSV217°64.91%22.35%
CMYK64.91%40.35%0.00%
77.65%

Color #142239 in popluar number systems.

HEX142239
Decimal203457
Binary10100100010111001
Octal244271

Shades and tints

Shades of #142239

#142239
(20,34,57)
#131F34
(19,31,52)
#121C2F
(18,28,47)
#11192A
(17,25,42)
#101625
(16,22,37)
#0F1320
(15,19,32)
#0E101B
(14,16,27)
#0D0D16
(13,13,22)
#0C0A11
(12,10,17)
#0B070C
(11,7,12)
#0A0407
(10,4,7)
#000000
(0,0,0)

Tints of #142239

#142239
(20,34,57)
#29364B
(41,54,75)
#3E4A5D
(62,74,93)
#535E6F
(83,94,111)
#687281
(104,114,129)
#7D8693
(125,134,147)
#929AA5
(146,154,165)
#A7AEB7
(167,174,183)
#BCC2C9
(188,194,201)
#D1D6DB
(209,214,219)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #142239; }

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

This text font color is #142239.


Background Color

.myBgColor { background-color: #142239; }

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

This div background color is #142239.


Border color

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

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

This div border color is #142239.


Opacity

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

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

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

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

This text has shadow with #142239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142239 on black background.


Color preview on white background

This text has color #142239 on white background.



Black color preview on #142239 background

This text has black color on #142239 background.


White color preview on #142239 background

This text has white color on #142239 background.