COLOR #142E6D

HEX: #142E6D RGB: (20,46,109)

Color info

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

RGB color model

#142E6D color RGB value is (20,46,109).

RGB: (20,46,109) (8%, 18%, 43%)

RGB channels and saturation

R 20 of 255 = 8%
G 46 of 255 = 18%
B 109 of 255 = 43%

20
46
109

R + G + B ~ 23%. #142E6D is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 46 + 109 = 175 (100%)
R 20 of 175 ~ 11.43%
G 46 of 175 ~ 26.29%
B 109 of 175 ~ 62.29'%

%11.43
%26.29
%62.29

CMYK color model

#142E6D color CMYK value is (82,58,0,57).

  • cyan value is 81.65%
  • magenta value is 57.80%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (82,58,0,57)
C82M58Y0K57 (82%, 58%, 0%, 57%)
(0.82 / 0.58 / 0.00 / 0.57)

CMYK percentages

%81.65
%57.8
%0
%57.25

Codes

Color #142E6D in popluar color models

14 2E 6D
RGB 20 46 109
HSL 222° 68.99% 25.29%
HSB/HSV 222° 81.65% 42.75%
CMYK 81.65% 57.80% 0.00%
57.25%

Color #142E6D in popluar number systems.

HEX 14 2E 6D
Decimal 20 46 109
Binary 10100 101110 1101101
Octal 24 56 155

Shades and tints

Shades of #142E6D

#142E6D
(20,46,109)
#132A64
(19,42,100)
#12265B
(18,38,91)
#112252
(17,34,82)
#101E49
(16,30,73)
#0F1A40
(15,26,64)
#0E1637
(14,22,55)
#0D122E
(13,18,46)
#0C0E25
(12,14,37)
#0B0A1C
(11,10,28)
#0A0613
(10,6,19)
#000000
(0,0,0)

Tints of #142E6D

#142E6D
(20,46,109)
#29417A
(41,65,122)
#3E5487
(62,84,135)
#536794
(83,103,148)
#687AA1
(104,122,161)
#7D8DAE
(125,141,174)
#92A0BB
(146,160,187)
#A7B3C8
(167,179,200)
#BCC6D5
(188,198,213)
#D1D9E2
(209,217,226)
#E6ECEF
(230,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #142E6D; }

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

This text font color is #142E6D.

Background Color

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

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

This div background color is #142E6D.

Border color

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

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

This div border color is #142E6D.

Opacity

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

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

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

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

This text has shadow with #142E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #142E6D.

Preview

Color preview on black background

This text has color #142E6D on black background.


Color preview on white background

This text has color #142E6D on white background.


Black color preview on #142E6D background

This text has black color on #142E6D background.


White color preview on #142E6D background

This text has white color on #142E6D background.


Related colors

Complementary color

Complementary color for #hex is #EBD192.


I love getcolorcode.com

Triadic colors

1 #6D142E and #2E6D14 with #142E6D are triadic colors.

2 #6D2E14 and #2E146D with #142E6D are triadic colors.