COLOR #142F78

HEX: #142F78
RGB: (20,47,120)

Color info

#142F78 contains mainly blue color. Web safe color of #142F78 is #003366 (or #036).

RGB color model

#142F78 color RGB value is (20,47,120).

  • red value is 20;
  • green value is 47;
  • blue value is 120.
RGB:
(20,47,120)
(8%,18%,47%)

RGB channels and saturation

R 20 of 255 = 8%
G 47 of 255 = 18%
B 120 of 255 = 47%

20
47
120

R + G + B ~ 24%. #142F78 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 47 + 120 = 187 (100%)
R 20 of 187 ~ 10.7%
G 47 of 187 ~ 25.13%
B 120 of 187 ~ 64.17%

%10.7
%25.13
%64.17

CMYK color model

#142F78 color CMYK value is (83,61,0,53).

  • cyan value is 83.33%
  • magenta value is 60.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(83,61,0,53)
C83M61Y0K53 
(83%,61%,0%,53%)
(0.83/0.61/0.00/0.53)	

CMYK percentages

%83.33
%60.83
%0
%52.94

Codes

Color #142F78 in popluar color models

142F78
RGB2047120
HSL224°71.43%27.45%
HSB/HSV224°83.33%47.06%
CMYK83.33%60.83%0.00%
52.94%

Color #142F78 in popluar number systems.

HEX142F78
Decimal2047120
Binary101001011111111000
Octal2457170

Shades and tints

Shades of #142F78

#142F78
(20,47,120)
#132B6E
(19,43,110)
#122764
(18,39,100)
#11235A
(17,35,90)
#101F50
(16,31,80)
#0F1B46
(15,27,70)
#0E173C
(14,23,60)
#0D1332
(13,19,50)
#0C0F28
(12,15,40)
#0B0B1E
(11,11,30)
#0A0714
(10,7,20)
#000000
(0,0,0)

Tints of #142F78

#142F78
(20,47,120)
#294184
(41,65,132)
#3E5390
(62,83,144)
#53659C
(83,101,156)
#6877A8
(104,119,168)
#7D89B4
(125,137,180)
#929BC0
(146,155,192)
#A7ADCC
(167,173,204)
#BCBFD8
(188,191,216)
#D1D1E4
(209,209,228)
#E6E3F0
(230,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #142F78 color. Also use rgb(20,47,120) instead hex code.

Text Font Color

.myTextColor { color: #142F78; }

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

This text font color is #142F78.


Background Color

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

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

This div background color is #142F78.


Border color

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

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

This div border color is #142F78.


Opacity

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

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

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

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

This text has shadow with #142F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142F78 on black background.


Color preview on white background

This text has color #142F78 on white background.



Black color preview on #142F78 background

This text has black color on #142F78 background.


White color preview on #142F78 background

This text has white color on #142F78 background.