COLOR #1457B1

HEX: #1457B1
RGB: (20,87,177)

Color info

#1457B1 contains mainly blue color. Web safe color of #1457B1 is #006699 (or #069).

RGB color model

#1457B1 color RGB value is (20,87,177).

  • red value is 20;
  • green value is 87;
  • blue value is 177.
RGB:
(20,87,177)
(8%,34%,69%)

RGB channels and saturation

R 20 of 255 = 8%
G 87 of 255 = 34%
B 177 of 255 = 69%

20
87
177

R + G + B ~ 37%. #1457B1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 87 + 177 = 284 (100%)
R 20 of 284 ~ 7.04%
G 87 of 284 ~ 30.63%
B 177 of 284 ~ 62.32%

%30.63
%62.32

CMYK color model

#1457B1 color CMYK value is (89,51,0,31).

  • cyan value is 88.70%
  • magenta value is 50.85%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(89,51,0,31)
C89M51Y0K31 
(89%,51%,0%,31%)
(0.89/0.51/0.00/0.31)	

CMYK percentages

%88.7
%50.85
%0
%30.59

Codes

Color #1457B1 in popluar color models

1457B1
RGB2087177
HSL214°79.70%38.63%
HSB/HSV214°88.70%69.41%
CMYK88.70%50.85%0.00%
30.59%

Color #1457B1 in popluar number systems.

HEX1457B1
Decimal2087177
Binary10100101011110110001
Octal24127261

Shades and tints

Shades of #1457B1

#1457B1
(20,87,177)
#1350A1
(19,80,161)
#124991
(18,73,145)
#114281
(17,66,129)
#103B71
(16,59,113)
#0F3461
(15,52,97)
#0E2D51
(14,45,81)
#0D2641
(13,38,65)
#0C1F31
(12,31,49)
#0B1821
(11,24,33)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #1457B1

#1457B1
(20,87,177)
#2966B8
(41,102,184)
#3E75BF
(62,117,191)
#5384C6
(83,132,198)
#6893CD
(104,147,205)
#7DA2D4
(125,162,212)
#92B1DB
(146,177,219)
#A7C0E2
(167,192,226)
#BCCFE9
(188,207,233)
#D1DEF0
(209,222,240)
#E6EDF7
(230,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1457B1 color. Also use rgb(20,87,177) instead hex code.

Text Font Color

.myTextColor { color: #1457B1; }

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

This text font color is #1457B1.


Background Color

.myBgColor { background-color: #1457B1; }

<div style="background-color:#1457B1">Inner text</div>

This div background color is #1457B1.


Border color

.myBorderColor { border: 1px solid #1457B1; }

<div style="border:3px solid #1457B1">Div</div>

This div border color is #1457B1.


Opacity

.myOpacity80 { color: #1457B1; opacity: 0.8; }

<p style="color:#1457B1;opacity:0.8;">80%</p>

Text with #1457B1 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 #1457B1;}

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

This text has shadow with #1457B1 color.

.textShadow {text-shadow: 3px 3px 1px #1457B1, 3px 3px 1px red;}

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

This text has shadow with #1457B1 primary color and red secondary color.


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

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

This text has shadow with #1457B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1457B1 on black background.


Color preview on white background

This text has color #1457B1 on white background.



Black color preview on #1457B1 background

This text has black color on #1457B1 background.


White color preview on #1457B1 background

This text has white color on #1457B1 background.