COLOR #142E6E

HEX: #142E6E RGB: (20,46,110)

Color info

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

RGB color model

#142E6E color RGB value is (20,46,110).

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

RGB channels and saturation

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

20
46
110

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

Portions of RGB colors in percentages

R + G + B = 20 + 46 + 110 = 176 (100%)
R 20 of 176 ~ 11.36%
G 46 of 176 ~ 26.14%
B 110 of 176 ~ 62.5'%

%11.36
%26.14
%62.5

CMYK color model

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

  • cyan value is 81.82%
  • magenta value is 58.18%
  • yellow value is 0.00%
  • key color value is 56.86%

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

CMYK percentages

%81.82
%58.18
%0
%56.86

Codes

Color #142E6E in popluar color models

14 2E 6E
RGB 20 46 110
HSL 223° 69.23% 25.49%
HSB/HSV 223° 81.82% 43.14%
CMYK 81.82% 58.18% 0.00%
56.86%

Color #142E6E in popluar number systems.

HEX 14 2E 6E
Decimal 20 46 110
Binary 10100 101110 1101110
Octal 24 56 156

Shades and tints

Shades of #142E6E

#142E6E
(20,46,110)
#132A64
(19,42,100)
#12265A
(18,38,90)
#112250
(17,34,80)
#101E46
(16,30,70)
#0F1A3C
(15,26,60)
#0E1632
(14,22,50)
#0D1228
(13,18,40)
#0C0E1E
(12,14,30)
#0B0A14
(11,10,20)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #142E6E

#142E6E
(20,46,110)
#29417B
(41,65,123)
#3E5488
(62,84,136)
#536795
(83,103,149)
#687AA2
(104,122,162)
#7D8DAF
(125,141,175)
#92A0BC
(146,160,188)
#A7B3C9
(167,179,201)
#BCC6D6
(188,198,214)
#D1D9E3
(209,217,227)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #142E6E; }

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

This text font color is #142E6E.

Background Color

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

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

This div background color is #142E6E.

Border color

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

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

This div border color is #142E6E.

Opacity

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

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

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

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

This text has shadow with #142E6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #142E6E.

Preview

Color preview on black background

This text has color #142E6E on black background.


Color preview on white background

This text has color #142E6E on white background.


Black color preview on #142E6E background

This text has black color on #142E6E background.


White color preview on #142E6E background

This text has white color on #142E6E background.


Related colors

Complementary color

Complementary color for #hex is #EBD191.


I love getcolorcode.com

Triadic colors

1 #6E142E and #2E6E14 with #142E6E are triadic colors.

2 #6E2E14 and #2E146E with #142E6E are triadic colors.