COLOR #142E58

HEX: #142E58
RGB: (20,46,88)

Color info

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

RGB color model

#142E58 color RGB value is (20,46,88).

  • red value is 20;
  • green value is 46;
  • blue value is 88.
RGB:
(20,46,88)
(8%,18%,35%)

RGB channels and saturation

R 20 of 255 = 8%
G 46 of 255 = 18%
B 88 of 255 = 35%

20
46
88

R + G + B ~ 20%. #142E58 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 46 + 88 = 154 (100%)
R 20 of 154 ~ 12.99%
G 46 of 154 ~ 29.87%
B 88 of 154 ~ 57.14%

%12.99
%29.87
%57.14

CMYK color model

#142E58 color CMYK value is (77,48,0,65).

  • cyan value is 77.27%
  • magenta value is 47.73%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(77,48,0,65)
C77M48Y0K65 
(77%,48%,0%,65%)
(0.77/0.48/0.00/0.65)	

CMYK percentages

%77.27
%47.73
%0
%65.49

Codes

Color #142E58 in popluar color models

142E58
RGB204688
HSL217°62.96%21.18%
HSB/HSV217°77.27%34.51%
CMYK77.27%47.73%0.00%
65.49%

Color #142E58 in popluar number systems.

HEX142E58
Decimal204688
Binary101001011101011000
Octal2456130

Shades and tints

Shades of #142E58

#142E58
(20,46,88)
#132A50
(19,42,80)
#122648
(18,38,72)
#112240
(17,34,64)
#101E38
(16,30,56)
#0F1A30
(15,26,48)
#0E1628
(14,22,40)
#0D1220
(13,18,32)
#0C0E18
(12,14,24)
#0B0A10
(11,10,16)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #142E58

#142E58
(20,46,88)
#294167
(41,65,103)
#3E5476
(62,84,118)
#536785
(83,103,133)
#687A94
(104,122,148)
#7D8DA3
(125,141,163)
#92A0B2
(146,160,178)
#A7B3C1
(167,179,193)
#BCC6D0
(188,198,208)
#D1D9DF
(209,217,223)
#E6ECEE
(230,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #142E58 color. Also use rgb(20,46,88) instead hex code.

Text Font Color

.myTextColor { color: #142E58; }

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

This text font color is #142E58.


Background Color

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

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

This div background color is #142E58.


Border color

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

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

This div border color is #142E58.


Opacity

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

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

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

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

This text has shadow with #142E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142E58 on black background.


Color preview on white background

This text has color #142E58 on white background.



Black color preview on #142E58 background

This text has black color on #142E58 background.


White color preview on #142E58 background

This text has white color on #142E58 background.