COLOR #144989

HEX: #144989
RGB: (20,73,137)

Color info

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

RGB color model

#144989 color RGB value is (20,73,137).

  • red value is 20;
  • green value is 73;
  • blue value is 137.
RGB:
(20,73,137)
(8%,29%,54%)

RGB channels and saturation

R 20 of 255 = 8%
G 73 of 255 = 29%
B 137 of 255 = 54%

20
73
137

R + G + B ~ 30%. #144989 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 73 + 137 = 230 (100%)
R 20 of 230 ~ 8.7%
G 73 of 230 ~ 31.74%
B 137 of 230 ~ 59.57%

%31.74
%59.57

CMYK color model

#144989 color CMYK value is (85,47,0,46).

  • cyan value is 85.40%
  • magenta value is 46.72%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(85,47,0,46)
C85M47Y0K46 
(85%,47%,0%,46%)
(0.85/0.47/0.00/0.46)	

CMYK percentages

%85.4
%46.72
%0
%46.27

Codes

Color #144989 in popluar color models

144989
RGB2073137
HSL213°74.52%30.78%
HSB/HSV213°85.40%53.73%
CMYK85.40%46.72%0.00%
46.27%

Color #144989 in popluar number systems.

HEX144989
Decimal2073137
Binary10100100100110001001
Octal24111211

Shades and tints

Shades of #144989

#144989
(20,73,137)
#13437D
(19,67,125)
#123D71
(18,61,113)
#113765
(17,55,101)
#103159
(16,49,89)
#0F2B4D
(15,43,77)
#0E2541
(14,37,65)
#0D1F35
(13,31,53)
#0C1929
(12,25,41)
#0B131D
(11,19,29)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #144989

#144989
(20,73,137)
#295993
(41,89,147)
#3E699D
(62,105,157)
#5379A7
(83,121,167)
#6889B1
(104,137,177)
#7D99BB
(125,153,187)
#92A9C5
(146,169,197)
#A7B9CF
(167,185,207)
#BCC9D9
(188,201,217)
#D1D9E3
(209,217,227)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #144989 color. Also use rgb(20,73,137) instead hex code.

Text Font Color

.myTextColor { color: #144989; }

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

This text font color is #144989.


Background Color

.myBgColor { background-color: #144989; }

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

This div background color is #144989.


Border color

.myBorderColor { border: 1px solid #144989; }

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

This div border color is #144989.


Opacity

.myOpacity80 { color: #144989; opacity: 0.8; }

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

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

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

This text has shadow with #144989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #144989 on black background.


Color preview on white background

This text has color #144989 on white background.



Black color preview on #144989 background

This text has black color on #144989 background.


White color preview on #144989 background

This text has white color on #144989 background.