COLOR #1447C1

HEX: #1447C1
RGB: (20,71,193)

Color info

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

RGB color model

#1447C1 color RGB value is (20,71,193).

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

RGB channels and saturation

R 20 of 255 = 8%
G 71 of 255 = 28%
B 193 of 255 = 76%

20
71
193

R + G + B ~ 37%. #1447C1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 71 + 193 = 284 (100%)
R 20 of 284 ~ 7.04%
G 71 of 284 ~ 25%
B 193 of 284 ~ 67.96%

%25
%67.96

CMYK color model

#1447C1 color CMYK value is (90,63,0,24).

  • cyan value is 89.64%
  • magenta value is 63.21%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(90,63,0,24)
C90M63Y0K24 
(90%,63%,0%,24%)
(0.90/0.63/0.00/0.24)	

CMYK percentages

%89.64
%63.21
%0
%24.31

Codes

Color #1447C1 in popluar color models

1447C1
RGB2071193
HSL222°81.22%41.76%
HSB/HSV222°89.64%75.69%
CMYK89.64%63.21%0.00%
24.31%

Color #1447C1 in popluar number systems.

HEX1447C1
Decimal2071193
Binary10100100011111000001
Octal24107301

Shades and tints

Shades of #1447C1

#1447C1
(20,71,193)
#1341B0
(19,65,176)
#123B9F
(18,59,159)
#11358E
(17,53,142)
#102F7D
(16,47,125)
#0F296C
(15,41,108)
#0E235B
(14,35,91)
#0D1D4A
(13,29,74)
#0C1739
(12,23,57)
#0B1128
(11,17,40)
#0A0B17
(10,11,23)
#000000
(0,0,0)

Tints of #1447C1

#1447C1
(20,71,193)
#2957C6
(41,87,198)
#3E67CB
(62,103,203)
#5377D0
(83,119,208)
#6887D5
(104,135,213)
#7D97DA
(125,151,218)
#92A7DF
(146,167,223)
#A7B7E4
(167,183,228)
#BCC7E9
(188,199,233)
#D1D7EE
(209,215,238)
#E6E7F3
(230,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1447C1; }

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

This text font color is #1447C1.


Background Color

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

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

This div background color is #1447C1.


Border color

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

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

This div border color is #1447C1.


Opacity

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

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

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

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

This text has shadow with #1447C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1447C1 on black background.


Color preview on white background

This text has color #1447C1 on white background.



Black color preview on #1447C1 background

This text has black color on #1447C1 background.


White color preview on #1447C1 background

This text has white color on #1447C1 background.