COLOR #157CB1

HEX: #157CB1
RGB: (21,124,177)

Color info

#157CB1 contains mainly green and blue colors. Web safe color of #157CB1 is #006699 (or #069).

RGB color model

#157CB1 color RGB value is (21,124,177).

  • red value is 21;
  • green value is 124;
  • blue value is 177.
RGB:
(21,124,177)
(8%,49%,69%)

RGB channels and saturation

R 21 of 255 = 8%
G 124 of 255 = 49%
B 177 of 255 = 69%

21
124
177

R + G + B ~ 42%. #157CB1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
21 + 124 + 177 = 322 (100%)
R 21 of 322 ~ 6.52%
G 124 of 322 ~ 38.51%
B 177 of 322 ~ 54.97%

%38.51
%54.97

CMYK color model

#157CB1 color CMYK value is (88,30,0,31).

  • cyan value is 88.14%
  • magenta value is 29.94%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(88,30,0,31)
C88M30Y0K31 
(88%,30%,0%,31%)
(0.88/0.30/0.00/0.31)	

CMYK percentages

%88.14
%29.94
%0
%30.59

Codes

Color #157CB1 in popluar color models

157CB1
RGB21124177
HSL200°78.79%38.82%
HSB/HSV200°88.14%69.41%
CMYK88.14%29.94%0.00%
30.59%

Color #157CB1 in popluar number systems.

HEX157CB1
Decimal21124177
Binary10101111110010110001
Octal25174261

Shades and tints

Shades of #157CB1

#157CB1
(21,124,177)
#1471A1
(20,113,161)
#136691
(19,102,145)
#125B81
(18,91,129)
#115071
(17,80,113)
#104561
(16,69,97)
#0F3A51
(15,58,81)
#0E2F41
(14,47,65)
#0D2431
(13,36,49)
#0C1921
(12,25,33)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #157CB1

#157CB1
(21,124,177)
#2A87B8
(42,135,184)
#3F92BF
(63,146,191)
#549DC6
(84,157,198)
#69A8CD
(105,168,205)
#7EB3D4
(126,179,212)
#93BEDB
(147,190,219)
#A8C9E2
(168,201,226)
#BDD4E9
(189,212,233)
#D2DFF0
(210,223,240)
#E7EAF7
(231,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #157CB1 color. Also use rgb(21,124,177) instead hex code.

Text Font Color

.myTextColor { color: #157CB1; }

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

This text font color is #157CB1.


Background Color

.myBgColor { background-color: #157CB1; }

<div style="background-color:#157CB1">Inner text</div>

This div background color is #157CB1.


Border color

.myBorderColor { border: 1px solid #157CB1; }

<div style="border:3px solid #157CB1">Div</div>

This div border color is #157CB1.


Opacity

.myOpacity80 { color: #157CB1; opacity: 0.8; }

<p style="color:#157CB1;opacity:0.8;">80%</p>

Text with #157CB1 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 #157CB1;}

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

This text has shadow with #157CB1 color.

.textShadow {text-shadow: 3px 3px 1px #157CB1, 3px 3px 1px red;}

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

This text has shadow with #157CB1 primary color and red secondary color.


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

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

This text has shadow with #157CB1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #157CB1 on black background.


Color preview on white background

This text has color #157CB1 on white background.



Black color preview on #157CB1 background

This text has black color on #157CB1 background.


White color preview on #157CB1 background

This text has white color on #157CB1 background.