COLOR #14449D

HEX: #14449D
RGB: (20,68,157)

Color info

#14449D contains mainly blue color. Web safe color of #14449D is #003399 (or #039).

RGB color model

#14449D color RGB value is (20,68,157).

  • red value is 20;
  • green value is 68;
  • blue value is 157.
RGB:
(20,68,157)
(8%,27%,62%)

RGB channels and saturation

R 20 of 255 = 8%
G 68 of 255 = 27%
B 157 of 255 = 62%

20
68
157

R + G + B ~ 32%. #14449D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 68 + 157 = 245 (100%)
R 20 of 245 ~ 8.16%
G 68 of 245 ~ 27.76%
B 157 of 245 ~ 64.08%

%27.76
%64.08

CMYK color model

#14449D color CMYK value is (87,57,0,38).

  • cyan value is 87.26%
  • magenta value is 56.69%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(87,57,0,38)
C87M57Y0K38 
(87%,57%,0%,38%)
(0.87/0.57/0.00/0.38)	

CMYK percentages

%87.26
%56.69
%0
%38.43

Codes

Color #14449D in popluar color models

14449D
RGB2068157
HSL219°77.40%34.71%
HSB/HSV219°87.26%61.57%
CMYK87.26%56.69%0.00%
38.43%

Color #14449D in popluar number systems.

HEX14449D
Decimal2068157
Binary10100100010010011101
Octal24104235

Shades and tints

Shades of #14449D

#14449D
(20,68,157)
#133E8F
(19,62,143)
#123881
(18,56,129)
#113273
(17,50,115)
#102C65
(16,44,101)
#0F2657
(15,38,87)
#0E2049
(14,32,73)
#0D1A3B
(13,26,59)
#0C142D
(12,20,45)
#0B0E1F
(11,14,31)
#0A0811
(10,8,17)
#000000
(0,0,0)

Tints of #14449D

#14449D
(20,68,157)
#2955A5
(41,85,165)
#3E66AD
(62,102,173)
#5377B5
(83,119,181)
#6888BD
(104,136,189)
#7D99C5
(125,153,197)
#92AACD
(146,170,205)
#A7BBD5
(167,187,213)
#BCCCDD
(188,204,221)
#D1DDE5
(209,221,229)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14449D color. Also use rgb(20,68,157) instead hex code.

Text Font Color

.myTextColor { color: #14449D; }

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

This text font color is #14449D.


Background Color

.myBgColor { background-color: #14449D; }

<div style="background-color:#14449D">Inner text</div>

This div background color is #14449D.


Border color

.myBorderColor { border: 1px solid #14449D; }

<div style="border:3px solid #14449D">Div</div>

This div border color is #14449D.


Opacity

.myOpacity80 { color: #14449D; opacity: 0.8; }

<p style="color:#14449D;opacity:0.8;">80%</p>

Text with #14449D 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 #14449D;}

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

This text has shadow with #14449D color.

.textShadow {text-shadow: 3px 3px 1px #14449D, 3px 3px 1px red;}

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

This text has shadow with #14449D primary color and red secondary color.


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

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

This text has shadow with #14449D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14449D on black background.


Color preview on white background

This text has color #14449D on white background.



Black color preview on #14449D background

This text has black color on #14449D background.


White color preview on #14449D background

This text has white color on #14449D background.