COLOR #057EA2

HEX: #057EA2
RGB: (5,126,162)

Color info

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

RGB color model

#057EA2 color RGB value is (5,126,162).

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

RGB channels and saturation

R 5 of 255 = 2%
G 126 of 255 = 49%
B 162 of 255 = 64%

5
126
162

R + G + B ~ 38%. #057EA2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 126 + 162 = 293 (100%)
R 5 of 293 ~ 1.71%
G 126 of 293 ~ 43%
B 162 of 293 ~ 55.29%

%43
%55.29

CMYK color model

#057EA2 color CMYK value is (97,22,0,36).

  • cyan value is 96.91%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(97,22,0,36)
C97M22Y0K36 
(97%,22%,0%,36%)
(0.97/0.22/0.00/0.36)	

CMYK percentages

%96.91
%22.22
%0
%36.47

Codes

Color #057EA2 in popluar color models

057EA2
RGB5126162
HSL194°94.01%32.75%
HSB/HSV194°96.91%63.53%
CMYK96.91%22.22%0.00%
36.47%

Color #057EA2 in popluar number systems.

HEX057EA2
Decimal5126162
Binary101111111010100010
Octal5176242

Shades and tints

Shades of #057EA2

#057EA2
(5,126,162)
#057394
(5,115,148)
#056886
(5,104,134)
#055D78
(5,93,120)
#05526A
(5,82,106)
#05475C
(5,71,92)
#053C4E
(5,60,78)
#053140
(5,49,64)
#052632
(5,38,50)
#051B24
(5,27,36)
#051016
(5,16,22)
#000000
(0,0,0)

Tints of #057EA2

#057EA2
(5,126,162)
#1B89AA
(27,137,170)
#3194B2
(49,148,178)
#479FBA
(71,159,186)
#5DAAC2
(93,170,194)
#73B5CA
(115,181,202)
#89C0D2
(137,192,210)
#9FCBDA
(159,203,218)
#B5D6E2
(181,214,226)
#CBE1EA
(203,225,234)
#E1ECF2
(225,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #057EA2; }

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

This text font color is #057EA2.


Background Color

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

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

This div background color is #057EA2.


Border color

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

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

This div border color is #057EA2.


Opacity

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

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

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

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

This text has shadow with #057EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #057EA2 on black background.


Color preview on white background

This text has color #057EA2 on white background.



Black color preview on #057EA2 background

This text has black color on #057EA2 background.


White color preview on #057EA2 background

This text has white color on #057EA2 background.