COLOR #1444B5

HEX: #1444B5
RGB: (20,68,181)

Color info

#1444B5 contains mainly blue color. Web safe color of #1444B5 is #0033CC (or #03C).

RGB color model

#1444B5 color RGB value is (20,68,181).

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

RGB channels and saturation

R 20 of 255 = 8%
G 68 of 255 = 27%
B 181 of 255 = 71%

20
68
181

R + G + B ~ 35%. #1444B5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 68 + 181 = 269 (100%)
R 20 of 269 ~ 7.43%
G 68 of 269 ~ 25.28%
B 181 of 269 ~ 67.29%

%25.28
%67.29

CMYK color model

#1444B5 color CMYK value is (89,62,0,29).

  • cyan value is 88.95%
  • magenta value is 62.43%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(89,62,0,29)
C89M62Y0K29 
(89%,62%,0%,29%)
(0.89/0.62/0.00/0.29)	

CMYK percentages

%88.95
%62.43
%0
%29.02

Codes

Color #1444B5 in popluar color models

1444B5
RGB2068181
HSL222°80.10%39.41%
HSB/HSV222°88.95%70.98%
CMYK88.95%62.43%0.00%
29.02%

Color #1444B5 in popluar number systems.

HEX1444B5
Decimal2068181
Binary10100100010010110101
Octal24104265

Shades and tints

Shades of #1444B5

#1444B5
(20,68,181)
#133EA5
(19,62,165)
#123895
(18,56,149)
#113285
(17,50,133)
#102C75
(16,44,117)
#0F2665
(15,38,101)
#0E2055
(14,32,85)
#0D1A45
(13,26,69)
#0C1435
(12,20,53)
#0B0E25
(11,14,37)
#0A0815
(10,8,21)
#000000
(0,0,0)

Tints of #1444B5

#1444B5
(20,68,181)
#2955BB
(41,85,187)
#3E66C1
(62,102,193)
#5377C7
(83,119,199)
#6888CD
(104,136,205)
#7D99D3
(125,153,211)
#92AAD9
(146,170,217)
#A7BBDF
(167,187,223)
#BCCCE5
(188,204,229)
#D1DDEB
(209,221,235)
#E6EEF1
(230,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1444B5; }

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

This text font color is #1444B5.


Background Color

.myBgColor { background-color: #1444B5; }

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

This div background color is #1444B5.


Border color

.myBorderColor { border: 1px solid #1444B5; }

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

This div border color is #1444B5.


Opacity

.myOpacity80 { color: #1444B5; opacity: 0.8; }

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

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

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

This text has shadow with #1444B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1444B5 on black background.


Color preview on white background

This text has color #1444B5 on white background.



Black color preview on #1444B5 background

This text has black color on #1444B5 background.


White color preview on #1444B5 background

This text has white color on #1444B5 background.