COLOR #142F60

HEX: #142F60
RGB: (20,47,96)

Color info

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

RGB color model

#142F60 color RGB value is (20,47,96).

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

RGB channels and saturation

R 20 of 255 = 8%
G 47 of 255 = 18%
B 96 of 255 = 38%

20
47
96

R + G + B ~ 21%. #142F60 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 47 + 96 = 163 (100%)
R 20 of 163 ~ 12.27%
G 47 of 163 ~ 28.83%
B 96 of 163 ~ 58.9%

%12.27
%28.83
%58.9

CMYK color model

#142F60 color CMYK value is (79,51,0,62).

  • cyan value is 79.17%
  • magenta value is 51.04%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(79,51,0,62)
C79M51Y0K62 
(79%,51%,0%,62%)
(0.79/0.51/0.00/0.62)	

CMYK percentages

%79.17
%51.04
%0
%62.35

Codes

Color #142F60 in popluar color models

142F60
RGB204796
HSL219°65.52%22.75%
HSB/HSV219°79.17%37.65%
CMYK79.17%51.04%0.00%
62.35%

Color #142F60 in popluar number systems.

HEX142F60
Decimal204796
Binary101001011111100000
Octal2457140

Shades and tints

Shades of #142F60

#142F60
(20,47,96)
#132B58
(19,43,88)
#122750
(18,39,80)
#112348
(17,35,72)
#101F40
(16,31,64)
#0F1B38
(15,27,56)
#0E1730
(14,23,48)
#0D1328
(13,19,40)
#0C0F20
(12,15,32)
#0B0B18
(11,11,24)
#0A0710
(10,7,16)
#000000
(0,0,0)

Tints of #142F60

#142F60
(20,47,96)
#29416E
(41,65,110)
#3E537C
(62,83,124)
#53658A
(83,101,138)
#687798
(104,119,152)
#7D89A6
(125,137,166)
#929BB4
(146,155,180)
#A7ADC2
(167,173,194)
#BCBFD0
(188,191,208)
#D1D1DE
(209,209,222)
#E6E3EC
(230,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #142F60; }

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

This text font color is #142F60.


Background Color

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

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

This div background color is #142F60.


Border color

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

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

This div border color is #142F60.


Opacity

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

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

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

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

This text has shadow with #142F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142F60 on black background.


Color preview on white background

This text has color #142F60 on white background.



Black color preview on #142F60 background

This text has black color on #142F60 background.


White color preview on #142F60 background

This text has white color on #142F60 background.