COLOR #1573B4

HEX: #1573B4
RGB: (21,115,180)

Color info

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

RGB color model

#1573B4 color RGB value is (21,115,180).

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

RGB channels and saturation

R 21 of 255 = 8%
G 115 of 255 = 45%
B 180 of 255 = 71%

21
115
180

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

Portions of RGB colors in percentages

R + G + B =
21 + 115 + 180 = 316 (100%)
R 21 of 316 ~ 6.65%
G 115 of 316 ~ 36.39%
B 180 of 316 ~ 56.96%

%36.39
%56.96

CMYK color model

#1573B4 color CMYK value is (88,36,0,29).

  • cyan value is 88.33%
  • magenta value is 36.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(88,36,0,29)
C88M36Y0K29 
(88%,36%,0%,29%)
(0.88/0.36/0.00/0.29)	

CMYK percentages

%88.33
%36.11
%0
%29.41

Codes

Color #1573B4 in popluar color models

1573B4
RGB21115180
HSL205°79.10%39.41%
HSB/HSV205°88.33%70.59%
CMYK88.33%36.11%0.00%
29.41%

Color #1573B4 in popluar number systems.

HEX1573B4
Decimal21115180
Binary10101111001110110100
Octal25163264

Shades and tints

Shades of #1573B4

#1573B4
(21,115,180)
#1469A4
(20,105,164)
#135F94
(19,95,148)
#125584
(18,85,132)
#114B74
(17,75,116)
#104164
(16,65,100)
#0F3754
(15,55,84)
#0E2D44
(14,45,68)
#0D2334
(13,35,52)
#0C1924
(12,25,36)
#0B0F14
(11,15,20)
#000000
(0,0,0)

Tints of #1573B4

#1573B4
(21,115,180)
#2A7FBA
(42,127,186)
#3F8BC0
(63,139,192)
#5497C6
(84,151,198)
#69A3CC
(105,163,204)
#7EAFD2
(126,175,210)
#93BBD8
(147,187,216)
#A8C7DE
(168,199,222)
#BDD3E4
(189,211,228)
#D2DFEA
(210,223,234)
#E7EBF0
(231,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1573B4; }

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

This text font color is #1573B4.


Background Color

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

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

This div background color is #1573B4.


Border color

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

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

This div border color is #1573B4.


Opacity

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

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

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

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

This text has shadow with #1573B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1573B4 on black background.


Color preview on white background

This text has color #1573B4 on white background.



Black color preview on #1573B4 background

This text has black color on #1573B4 background.


White color preview on #1573B4 background

This text has white color on #1573B4 background.