COLOR #057EB1

HEX: #057EB1
RGB: (5,126,177)

Color info

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

RGB color model

#057EB1 color RGB value is (5,126,177).

  • red value is 5;
  • green value is 126;
  • blue value is 177.
RGB:
(5,126,177)
(2%,49%,69%)

RGB channels and saturation

R 5 of 255 = 2%
G 126 of 255 = 49%
B 177 of 255 = 69%

5
126
177

R + G + B ~ 40%. #057EB1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
5 + 126 + 177 = 308 (100%)
R 5 of 308 ~ 1.62%
G 126 of 308 ~ 40.91%
B 177 of 308 ~ 57.47%

%40.91
%57.47

CMYK color model

#057EB1 color CMYK value is (97,29,0,31).

  • cyan value is 97.18%
  • magenta value is 28.81%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(97,29,0,31)
C97M29Y0K31 
(97%,29%,0%,31%)
(0.97/0.29/0.00/0.31)	

CMYK percentages

%97.18
%28.81
%0
%30.59

Codes

Color #057EB1 in popluar color models

057EB1
RGB5126177
HSL198°94.51%35.69%
HSB/HSV198°97.18%69.41%
CMYK97.18%28.81%0.00%
30.59%

Color #057EB1 in popluar number systems.

HEX057EB1
Decimal5126177
Binary101111111010110001
Octal5176261

Shades and tints

Shades of #057EB1

#057EB1
(5,126,177)
#0573A1
(5,115,161)
#056891
(5,104,145)
#055D81
(5,93,129)
#055271
(5,82,113)
#054761
(5,71,97)
#053C51
(5,60,81)
#053141
(5,49,65)
#052631
(5,38,49)
#051B21
(5,27,33)
#051011
(5,16,17)
#000000
(0,0,0)

Tints of #057EB1

#057EB1
(5,126,177)
#1B89B8
(27,137,184)
#3194BF
(49,148,191)
#479FC6
(71,159,198)
#5DAACD
(93,170,205)
#73B5D4
(115,181,212)
#89C0DB
(137,192,219)
#9FCBE2
(159,203,226)
#B5D6E9
(181,214,233)
#CBE1F0
(203,225,240)
#E1ECF7
(225,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #057EB1 color. Also use rgb(5,126,177) instead hex code.

Text Font Color

.myTextColor { color: #057EB1; }

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

This text font color is #057EB1.


Background Color

.myBgColor { background-color: #057EB1; }

<div style="background-color:#057EB1">Inner text</div>

This div background color is #057EB1.


Border color

.myBorderColor { border: 1px solid #057EB1; }

<div style="border:3px solid #057EB1">Div</div>

This div border color is #057EB1.


Opacity

.myOpacity80 { color: #057EB1; opacity: 0.8; }

<p style="color:#057EB1;opacity:0.8;">80%</p>

Text with #057EB1 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 #057EB1;}

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

This text has shadow with #057EB1 color.

.textShadow {text-shadow: 3px 3px 1px #057EB1, 3px 3px 1px red;}

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

This text has shadow with #057EB1 primary color and red secondary color.


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

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

This text has shadow with #057EB1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #057EB1 on black background.


Color preview on white background

This text has color #057EB1 on white background.



Black color preview on #057EB1 background

This text has black color on #057EB1 background.


White color preview on #057EB1 background

This text has white color on #057EB1 background.