COLOR #142A4D

HEX: #142A4D
RGB: (20,42,77)

Color info

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

RGB color model

#142A4D color RGB value is (20,42,77).

  • red value is 20;
  • green value is 42;
  • blue value is 77.
RGB:
(20,42,77)
(8%,16%,30%)

RGB channels and saturation

R 20 of 255 = 8%
G 42 of 255 = 16%
B 77 of 255 = 30%

20
42
77

R + G + B ~ 18%. #142A4D is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 42 + 77 = 139 (100%)
R 20 of 139 ~ 14.39%
G 42 of 139 ~ 30.22%
B 77 of 139 ~ 55.4%

%14.39
%30.22
%55.4

CMYK color model

#142A4D color CMYK value is (74,45,0,70).

  • cyan value is 74.03%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(74,45,0,70)
C74M45Y0K70 
(74%,45%,0%,70%)
(0.74/0.45/0.00/0.70)	

CMYK percentages

%74.03
%45.45
%0
%69.8

Codes

Color #142A4D in popluar color models

142A4D
RGB204277
HSL217°58.76%19.02%
HSB/HSV217°74.03%30.20%
CMYK74.03%45.45%0.00%
69.80%

Color #142A4D in popluar number systems.

HEX142A4D
Decimal204277
Binary101001010101001101
Octal2452115

Shades and tints

Shades of #142A4D

#142A4D
(20,42,77)
#132746
(19,39,70)
#12243F
(18,36,63)
#112138
(17,33,56)
#101E31
(16,30,49)
#0F1B2A
(15,27,42)
#0E1823
(14,24,35)
#0D151C
(13,21,28)
#0C1215
(12,18,21)
#0B0F0E
(11,15,14)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #142A4D

#142A4D
(20,42,77)
#293D5D
(41,61,93)
#3E506D
(62,80,109)
#53637D
(83,99,125)
#68768D
(104,118,141)
#7D899D
(125,137,157)
#929CAD
(146,156,173)
#A7AFBD
(167,175,189)
#BCC2CD
(188,194,205)
#D1D5DD
(209,213,221)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #142A4D color. Also use rgb(20,42,77) instead hex code.

Text Font Color

.myTextColor { color: #142A4D; }

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

This text font color is #142A4D.


Background Color

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

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

This div background color is #142A4D.


Border color

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

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

This div border color is #142A4D.


Opacity

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

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

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

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

This text has shadow with #142A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142A4D on black background.


Color preview on white background

This text has color #142A4D on white background.



Black color preview on #142A4D background

This text has black color on #142A4D background.


White color preview on #142A4D background

This text has white color on #142A4D background.