COLOR #144469

HEX: #144469
RGB: (20,68,105)

Color info

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

RGB color model

#144469 color RGB value is (20,68,105).

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

RGB channels and saturation

R 20 of 255 = 8%
G 68 of 255 = 27%
B 105 of 255 = 41%

20
68
105

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

Portions of RGB colors in percentages

R + G + B =
20 + 68 + 105 = 193 (100%)
R 20 of 193 ~ 10.36%
G 68 of 193 ~ 35.23%
B 105 of 193 ~ 54.4%

%10.36
%35.23
%54.4

CMYK color model

#144469 color CMYK value is (81,35,0,59).

  • cyan value is 80.95%
  • magenta value is 35.24%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(81,35,0,59)
C81M35Y0K59 
(81%,35%,0%,59%)
(0.81/0.35/0.00/0.59)	

CMYK percentages

%80.95
%35.24
%0
%58.82

Codes

Color #144469 in popluar color models

144469
RGB2068105
HSL206°68.00%24.51%
HSB/HSV206°80.95%41.18%
CMYK80.95%35.24%0.00%
58.82%

Color #144469 in popluar number systems.

HEX144469
Decimal2068105
Binary1010010001001101001
Octal24104151

Shades and tints

Shades of #144469

#144469
(20,68,105)
#133E60
(19,62,96)
#123857
(18,56,87)
#11324E
(17,50,78)
#102C45
(16,44,69)
#0F263C
(15,38,60)
#0E2033
(14,32,51)
#0D1A2A
(13,26,42)
#0C1421
(12,20,33)
#0B0E18
(11,14,24)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #144469

#144469
(20,68,105)
#295576
(41,85,118)
#3E6683
(62,102,131)
#537790
(83,119,144)
#68889D
(104,136,157)
#7D99AA
(125,153,170)
#92AAB7
(146,170,183)
#A7BBC4
(167,187,196)
#BCCCD1
(188,204,209)
#D1DDDE
(209,221,222)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #144469; }

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

This text font color is #144469.


Background Color

.myBgColor { background-color: #144469; }

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

This div background color is #144469.


Border color

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

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

This div border color is #144469.


Opacity

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

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

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

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

This text has shadow with #144469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #144469 on black background.


Color preview on white background

This text has color #144469 on white background.



Black color preview on #144469 background

This text has black color on #144469 background.


White color preview on #144469 background

This text has white color on #144469 background.