COLOR #143E6D

HEX: #143E6D
RGB: (20,62,109)

Color info

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

RGB color model

#143E6D color RGB value is (20,62,109).

  • red value is 20;
  • green value is 62;
  • blue value is 109.
RGB:
(20,62,109)
(8%,24%,43%)

RGB channels and saturation

R 20 of 255 = 8%
G 62 of 255 = 24%
B 109 of 255 = 43%

20
62
109

R + G + B ~ 25%. #143E6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 62 + 109 = 191 (100%)
R 20 of 191 ~ 10.47%
G 62 of 191 ~ 32.46%
B 109 of 191 ~ 57.07%

%10.47
%32.46
%57.07

CMYK color model

#143E6D color CMYK value is (82,43,0,57).

  • cyan value is 81.65%
  • magenta value is 43.12%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(82,43,0,57)
C82M43Y0K57 
(82%,43%,0%,57%)
(0.82/0.43/0.00/0.57)	

CMYK percentages

%81.65
%43.12
%0
%57.25

Codes

Color #143E6D in popluar color models

143E6D
RGB2062109
HSL212°68.99%25.29%
HSB/HSV212°81.65%42.75%
CMYK81.65%43.12%0.00%
57.25%

Color #143E6D in popluar number systems.

HEX143E6D
Decimal2062109
Binary101001111101101101
Octal2476155

Shades and tints

Shades of #143E6D

#143E6D
(20,62,109)
#133964
(19,57,100)
#12345B
(18,52,91)
#112F52
(17,47,82)
#102A49
(16,42,73)
#0F2540
(15,37,64)
#0E2037
(14,32,55)
#0D1B2E
(13,27,46)
#0C1625
(12,22,37)
#0B111C
(11,17,28)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #143E6D

#143E6D
(20,62,109)
#294F7A
(41,79,122)
#3E6087
(62,96,135)
#537194
(83,113,148)
#6882A1
(104,130,161)
#7D93AE
(125,147,174)
#92A4BB
(146,164,187)
#A7B5C8
(167,181,200)
#BCC6D5
(188,198,213)
#D1D7E2
(209,215,226)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #143E6D; }

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

This text font color is #143E6D.


Background Color

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

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

This div background color is #143E6D.


Border color

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

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

This div border color is #143E6D.


Opacity

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

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

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

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

This text has shadow with #143E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143E6D on black background.


Color preview on white background

This text has color #143E6D on white background.



Black color preview on #143E6D background

This text has black color on #143E6D background.


White color preview on #143E6D background

This text has white color on #143E6D background.