COLOR #1449C1

HEX: #1449C1
RGB: (20,73,193)

Color info

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

RGB color model

#1449C1 color RGB value is (20,73,193).

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

RGB channels and saturation

R 20 of 255 = 8%
G 73 of 255 = 29%
B 193 of 255 = 76%

20
73
193

R + G + B ~ 38%. #1449C1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 73 + 193 = 286 (100%)
R 20 of 286 ~ 6.99%
G 73 of 286 ~ 25.52%
B 193 of 286 ~ 67.48%

%25.52
%67.48

CMYK color model

#1449C1 color CMYK value is (90,62,0,24).

  • cyan value is 89.64%
  • magenta value is 62.18%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(90,62,0,24)
C90M62Y0K24 
(90%,62%,0%,24%)
(0.90/0.62/0.00/0.24)	

CMYK percentages

%89.64
%62.18
%0
%24.31

Codes

Color #1449C1 in popluar color models

1449C1
RGB2073193
HSL222°81.22%41.76%
HSB/HSV222°89.64%75.69%
CMYK89.64%62.18%0.00%
24.31%

Color #1449C1 in popluar number systems.

HEX1449C1
Decimal2073193
Binary10100100100111000001
Octal24111301

Shades and tints

Shades of #1449C1

#1449C1
(20,73,193)
#1343B0
(19,67,176)
#123D9F
(18,61,159)
#11378E
(17,55,142)
#10317D
(16,49,125)
#0F2B6C
(15,43,108)
#0E255B
(14,37,91)
#0D1F4A
(13,31,74)
#0C1939
(12,25,57)
#0B1328
(11,19,40)
#0A0D17
(10,13,23)
#000000
(0,0,0)

Tints of #1449C1

#1449C1
(20,73,193)
#2959C6
(41,89,198)
#3E69CB
(62,105,203)
#5379D0
(83,121,208)
#6889D5
(104,137,213)
#7D99DA
(125,153,218)
#92A9DF
(146,169,223)
#A7B9E4
(167,185,228)
#BCC9E9
(188,201,233)
#D1D9EE
(209,217,238)
#E6E9F3
(230,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1449C1; }

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

This text font color is #1449C1.


Background Color

.myBgColor { background-color: #1449C1; }

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

This div background color is #1449C1.


Border color

.myBorderColor { border: 1px solid #1449C1; }

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

This div border color is #1449C1.


Opacity

.myOpacity80 { color: #1449C1; opacity: 0.8; }

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

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

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

This text has shadow with #1449C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1449C1 on black background.


Color preview on white background

This text has color #1449C1 on white background.



Black color preview on #1449C1 background

This text has black color on #1449C1 background.


White color preview on #1449C1 background

This text has white color on #1449C1 background.