COLOR #1573C5

HEX: #1573C5
RGB: (21,115,197)

Color info

#1573C5 contains mainly blue color. Web safe color of #1573C5 is #0066CC (or #06C).

RGB color model

#1573C5 color RGB value is (21,115,197).

  • red value is 21;
  • green value is 115;
  • blue value is 197.
RGB:
(21,115,197)
(8%,45%,77%)

RGB channels and saturation

R 21 of 255 = 8%
G 115 of 255 = 45%
B 197 of 255 = 77%

21
115
197

R + G + B ~ 43%. #1573C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
21 + 115 + 197 = 333 (100%)
R 21 of 333 ~ 6.31%
G 115 of 333 ~ 34.53%
B 197 of 333 ~ 59.16%

%34.53
%59.16

CMYK color model

#1573C5 color CMYK value is (89,42,0,23).

  • cyan value is 89.34%
  • magenta value is 41.62%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(89,42,0,23)
C89M42Y0K23 
(89%,42%,0%,23%)
(0.89/0.42/0.00/0.23)	

CMYK percentages

%89.34
%41.62
%0
%22.75

Codes

Color #1573C5 in popluar color models

1573C5
RGB21115197
HSL208°80.73%42.75%
HSB/HSV208°89.34%77.25%
CMYK89.34%41.62%0.00%
22.75%

Color #1573C5 in popluar number systems.

HEX1573C5
Decimal21115197
Binary10101111001111000101
Octal25163305

Shades and tints

Shades of #1573C5

#1573C5
(21,115,197)
#1469B4
(20,105,180)
#135FA3
(19,95,163)
#125592
(18,85,146)
#114B81
(17,75,129)
#104170
(16,65,112)
#0F375F
(15,55,95)
#0E2D4E
(14,45,78)
#0D233D
(13,35,61)
#0C192C
(12,25,44)
#0B0F1B
(11,15,27)
#000000
(0,0,0)

Tints of #1573C5

#1573C5
(21,115,197)
#2A7FCA
(42,127,202)
#3F8BCF
(63,139,207)
#5497D4
(84,151,212)
#69A3D9
(105,163,217)
#7EAFDE
(126,175,222)
#93BBE3
(147,187,227)
#A8C7E8
(168,199,232)
#BDD3ED
(189,211,237)
#D2DFF2
(210,223,242)
#E7EBF7
(231,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1573C5 color. Also use rgb(21,115,197) instead hex code.

Text Font Color

.myTextColor { color: #1573C5; }

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

This text font color is #1573C5.


Background Color

.myBgColor { background-color: #1573C5; }

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

This div background color is #1573C5.


Border color

.myBorderColor { border: 1px solid #1573C5; }

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

This div border color is #1573C5.


Opacity

.myOpacity80 { color: #1573C5; opacity: 0.8; }

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

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

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

This text has shadow with #1573C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1573C5 on black background.


Color preview on white background

This text has color #1573C5 on white background.



Black color preview on #1573C5 background

This text has black color on #1573C5 background.


White color preview on #1573C5 background

This text has white color on #1573C5 background.