COLOR #142C9E

HEX: #142C9E
RGB: (20,44,158)

Color info

#142C9E contains mainly blue color. Web safe color of #142C9E is #003399 (or #039).

RGB color model

#142C9E color RGB value is (20,44,158).

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

RGB channels and saturation

R 20 of 255 = 8%
G 44 of 255 = 17%
B 158 of 255 = 62%

20
44
158

R + G + B ~ 29%. #142C9E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 44 + 158 = 222 (100%)
R 20 of 222 ~ 9.01%
G 44 of 222 ~ 19.82%
B 158 of 222 ~ 71.17%

%19.82
%71.17

CMYK color model

#142C9E color CMYK value is (87,72,0,38).

  • cyan value is 87.34%
  • magenta value is 72.15%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(87,72,0,38)
C87M72Y0K38 
(87%,72%,0%,38%)
(0.87/0.72/0.00/0.38)	

CMYK percentages

%87.34
%72.15
%0
%38.04

Codes

Color #142C9E in popluar color models

142C9E
RGB2044158
HSL230°77.53%34.90%
HSB/HSV230°87.34%61.96%
CMYK87.34%72.15%0.00%
38.04%

Color #142C9E in popluar number systems.

HEX142C9E
Decimal2044158
Binary1010010110010011110
Octal2454236

Shades and tints

Shades of #142C9E

#142C9E
(20,44,158)
#132890
(19,40,144)
#122482
(18,36,130)
#112074
(17,32,116)
#101C66
(16,28,102)
#0F1858
(15,24,88)
#0E144A
(14,20,74)
#0D103C
(13,16,60)
#0C0C2E
(12,12,46)
#0B0820
(11,8,32)
#0A0412
(10,4,18)
#000000
(0,0,0)

Tints of #142C9E

#142C9E
(20,44,158)
#293FA6
(41,63,166)
#3E52AE
(62,82,174)
#5365B6
(83,101,182)
#6878BE
(104,120,190)
#7D8BC6
(125,139,198)
#929ECE
(146,158,206)
#A7B1D6
(167,177,214)
#BCC4DE
(188,196,222)
#D1D7E6
(209,215,230)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #142C9E; }

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

This text font color is #142C9E.


Background Color

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

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

This div background color is #142C9E.


Border color

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

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

This div border color is #142C9E.


Opacity

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

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

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

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

This text has shadow with #142C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142C9E on black background.


Color preview on white background

This text has color #142C9E on white background.



Black color preview on #142C9E background

This text has black color on #142C9E background.


White color preview on #142C9E background

This text has white color on #142C9E background.