COLOR #14406B

HEX: #14406B
RGB: (20,64,107)

Color info

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

RGB color model

#14406B color RGB value is (20,64,107).

  • red value is 20;
  • green value is 64;
  • blue value is 107.
RGB:
(20,64,107)
(8%,25%,42%)

RGB channels and saturation

R 20 of 255 = 8%
G 64 of 255 = 25%
B 107 of 255 = 42%

20
64
107

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

Portions of RGB colors in percentages

R + G + B =
20 + 64 + 107 = 191 (100%)
R 20 of 191 ~ 10.47%
G 64 of 191 ~ 33.51%
B 107 of 191 ~ 56.02%

%10.47
%33.51
%56.02

CMYK color model

#14406B color CMYK value is (81,40,0,58).

  • cyan value is 81.31%
  • magenta value is 40.19%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(81,40,0,58)
C81M40Y0K58 
(81%,40%,0%,58%)
(0.81/0.40/0.00/0.58)	

CMYK percentages

%81.31
%40.19
%0
%58.04

Codes

Color #14406B in popluar color models

14406B
RGB2064107
HSL210°68.50%24.90%
HSB/HSV210°81.31%41.96%
CMYK81.31%40.19%0.00%
58.04%

Color #14406B in popluar number systems.

HEX14406B
Decimal2064107
Binary1010010000001101011
Octal24100153

Shades and tints

Shades of #14406B

#14406B
(20,64,107)
#133B62
(19,59,98)
#123659
(18,54,89)
#113150
(17,49,80)
#102C47
(16,44,71)
#0F273E
(15,39,62)
#0E2235
(14,34,53)
#0D1D2C
(13,29,44)
#0C1823
(12,24,35)
#0B131A
(11,19,26)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #14406B

#14406B
(20,64,107)
#295178
(41,81,120)
#3E6285
(62,98,133)
#537392
(83,115,146)
#68849F
(104,132,159)
#7D95AC
(125,149,172)
#92A6B9
(146,166,185)
#A7B7C6
(167,183,198)
#BCC8D3
(188,200,211)
#D1D9E0
(209,217,224)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14406B color. Also use rgb(20,64,107) instead hex code.

Text Font Color

.myTextColor { color: #14406B; }

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

This text font color is #14406B.


Background Color

.myBgColor { background-color: #14406B; }

<div style="background-color:#14406B">Inner text</div>

This div background color is #14406B.


Border color

.myBorderColor { border: 1px solid #14406B; }

<div style="border:3px solid #14406B">Div</div>

This div border color is #14406B.


Opacity

.myOpacity80 { color: #14406B; opacity: 0.8; }

<p style="color:#14406B;opacity:0.8;">80%</p>

Text with #14406B 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 #14406B;}

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

This text has shadow with #14406B color.

.textShadow {text-shadow: 3px 3px 1px #14406B, 3px 3px 1px red;}

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

This text has shadow with #14406B primary color and red secondary color.


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

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

This text has shadow with #14406B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14406B on black background.


Color preview on white background

This text has color #14406B on white background.



Black color preview on #14406B background

This text has black color on #14406B background.


White color preview on #14406B background

This text has white color on #14406B background.