COLOR #14659E

HEX: #14659E
RGB: (20,101,158)

Color info

#14659E contains mainly green and blue colors. Web safe color of #14659E is #006699 (or #069).

RGB color model

#14659E color RGB value is (20,101,158).

  • red value is 20;
  • green value is 101;
  • blue value is 158.
RGB:
(20,101,158)
(8%,40%,62%)

RGB channels and saturation

R 20 of 255 = 8%
G 101 of 255 = 40%
B 158 of 255 = 62%

20
101
158

R + G + B ~ 37%. #14659E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 101 + 158 = 279 (100%)
R 20 of 279 ~ 7.17%
G 101 of 279 ~ 36.2%
B 158 of 279 ~ 56.63%

%36.2
%56.63

CMYK color model

#14659E color CMYK value is (87,36,0,38).

  • cyan value is 87.34%
  • magenta value is 36.08%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(87,36,0,38)
C87M36Y0K38 
(87%,36%,0%,38%)
(0.87/0.36/0.00/0.38)	

CMYK percentages

%87.34
%36.08
%0
%38.04

Codes

Color #14659E in popluar color models

14659E
RGB20101158
HSL205°77.53%34.90%
HSB/HSV205°87.34%61.96%
CMYK87.34%36.08%0.00%
38.04%

Color #14659E in popluar number systems.

HEX14659E
Decimal20101158
Binary10100110010110011110
Octal24145236

Shades and tints

Shades of #14659E

#14659E
(20,101,158)
#135C90
(19,92,144)
#125382
(18,83,130)
#114A74
(17,74,116)
#104166
(16,65,102)
#0F3858
(15,56,88)
#0E2F4A
(14,47,74)
#0D263C
(13,38,60)
#0C1D2E
(12,29,46)
#0B1420
(11,20,32)
#0A0B12
(10,11,18)
#000000
(0,0,0)

Tints of #14659E

#14659E
(20,101,158)
#2973A6
(41,115,166)
#3E81AE
(62,129,174)
#538FB6
(83,143,182)
#689DBE
(104,157,190)
#7DABC6
(125,171,198)
#92B9CE
(146,185,206)
#A7C7D6
(167,199,214)
#BCD5DE
(188,213,222)
#D1E3E6
(209,227,230)
#E6F1EE
(230,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14659E color. Also use rgb(20,101,158) instead hex code.

Text Font Color

.myTextColor { color: #14659E; }

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

This text font color is #14659E.


Background Color

.myBgColor { background-color: #14659E; }

<div style="background-color:#14659E">Inner text</div>

This div background color is #14659E.


Border color

.myBorderColor { border: 1px solid #14659E; }

<div style="border:3px solid #14659E">Div</div>

This div border color is #14659E.


Opacity

.myOpacity80 { color: #14659E; opacity: 0.8; }

<p style="color:#14659E;opacity:0.8;">80%</p>

Text with #14659E 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 #14659E;}

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

This text has shadow with #14659E color.

.textShadow {text-shadow: 3px 3px 1px #14659E, 3px 3px 1px red;}

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

This text has shadow with #14659E primary color and red secondary color.


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

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

This text has shadow with #14659E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14659E on black background.


Color preview on white background

This text has color #14659E on white background.



Black color preview on #14659E background

This text has black color on #14659E background.


White color preview on #14659E background

This text has white color on #14659E background.