COLOR #1563B0

HEX: #1563B0
RGB: (21,99,176)

Color info

#1563B0 contains mainly blue color. Web safe color of #1563B0 is #006699 (or #069).

RGB color model

#1563B0 color RGB value is (21,99,176).

  • red value is 21;
  • green value is 99;
  • blue value is 176.
RGB:
(21,99,176)
(8%,39%,69%)

RGB channels and saturation

R 21 of 255 = 8%
G 99 of 255 = 39%
B 176 of 255 = 69%

21
99
176

R + G + B ~ 39%. #1563B0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 99 + 176 = 296 (100%)
R 21 of 296 ~ 7.09%
G 99 of 296 ~ 33.45%
B 176 of 296 ~ 59.46%

%33.45
%59.46

CMYK color model

#1563B0 color CMYK value is (88,44,0,31).

  • cyan value is 88.07%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(88,44,0,31)
C88M44Y0K31 
(88%,44%,0%,31%)
(0.88/0.44/0.00/0.31)	

CMYK percentages

%88.07
%43.75
%0
%30.98

Codes

Color #1563B0 in popluar color models

1563B0
RGB2199176
HSL210°78.68%38.63%
HSB/HSV210°88.07%69.02%
CMYK88.07%43.75%0.00%
30.98%

Color #1563B0 in popluar number systems.

HEX1563B0
Decimal2199176
Binary10101110001110110000
Octal25143260

Shades and tints

Shades of #1563B0

#1563B0
(21,99,176)
#145AA0
(20,90,160)
#135190
(19,81,144)
#124880
(18,72,128)
#113F70
(17,63,112)
#103660
(16,54,96)
#0F2D50
(15,45,80)
#0E2440
(14,36,64)
#0D1B30
(13,27,48)
#0C1220
(12,18,32)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #1563B0

#1563B0
(21,99,176)
#2A71B7
(42,113,183)
#3F7FBE
(63,127,190)
#548DC5
(84,141,197)
#699BCC
(105,155,204)
#7EA9D3
(126,169,211)
#93B7DA
(147,183,218)
#A8C5E1
(168,197,225)
#BDD3E8
(189,211,232)
#D2E1EF
(210,225,239)
#E7EFF6
(231,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1563B0 color. Also use rgb(21,99,176) instead hex code.

Text Font Color

.myTextColor { color: #1563B0; }

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

This text font color is #1563B0.


Background Color

.myBgColor { background-color: #1563B0; }

<div style="background-color:#1563B0">Inner text</div>

This div background color is #1563B0.


Border color

.myBorderColor { border: 1px solid #1563B0; }

<div style="border:3px solid #1563B0">Div</div>

This div border color is #1563B0.


Opacity

.myOpacity80 { color: #1563B0; opacity: 0.8; }

<p style="color:#1563B0;opacity:0.8;">80%</p>

Text with #1563B0 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 #1563B0;}

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

This text has shadow with #1563B0 color.

.textShadow {text-shadow: 3px 3px 1px #1563B0, 3px 3px 1px red;}

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

This text has shadow with #1563B0 primary color and red secondary color.


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

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

This text has shadow with #1563B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1563B0 on black background.


Color preview on white background

This text has color #1563B0 on white background.



Black color preview on #1563B0 background

This text has black color on #1563B0 background.


White color preview on #1563B0 background

This text has white color on #1563B0 background.