COLOR #005EA1

HEX: #005EA1
RGB: (0,94,161)

Color info

#005EA1 contains mainly blue color. Web safe color of #005EA1 is #006699 (or #069).

RGB color model

#005EA1 color RGB value is (0,94,161).

  • red value is 0;
  • green value is 94;
  • blue value is 161.
RGB:
(0,94,161)
(0%,37%,63%)

RGB channels and saturation

R 0 of 255 = 0%
G 94 of 255 = 37%
B 161 of 255 = 63%

0
94
161

R + G + B ~ 33%. #005EA1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 94 + 161 = 255 (100%)
R 0 of 255 ~ 0%
G 94 of 255 ~ 36.86%
B 161 of 255 ~ 63.14%

%36.86
%63.14

CMYK color model

#005EA1 color CMYK value is (100,42,0,37).

  • cyan value is 100.00%
  • magenta value is 41.61%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(100,42,0,37)
C100M42Y0K37 
(100%,42%,0%,37%)
(1.00/0.42/0.00/0.37)	

CMYK percentages

%100
%41.61
%0
%36.86

Codes

Color #005EA1 in popluar color models

005EA1
RGB094161
HSL205°100.00%31.57%
HSB/HSV205°100.00%63.14%
CMYK100.00%41.61%0.00%
36.86%

Color #005EA1 in popluar number systems.

HEX005EA1
Decimal094161
Binary0101111010100001
Octal0136241

Shades and tints

Shades of #005EA1

#005EA1
(0,94,161)
#005693
(0,86,147)
#004E85
(0,78,133)
#004677
(0,70,119)
#003E69
(0,62,105)
#00365B
(0,54,91)
#002E4D
(0,46,77)
#00263F
(0,38,63)
#001E31
(0,30,49)
#001623
(0,22,35)
#000E15
(0,14,21)
#000000
(0,0,0)

Tints of #005EA1

#005EA1
(0,94,161)
#176CA9
(23,108,169)
#2E7AB1
(46,122,177)
#4588B9
(69,136,185)
#5C96C1
(92,150,193)
#73A4C9
(115,164,201)
#8AB2D1
(138,178,209)
#A1C0D9
(161,192,217)
#B8CEE1
(184,206,225)
#CFDCE9
(207,220,233)
#E6EAF1
(230,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005EA1 color. Also use rgb(0,94,161) instead hex code.

Text Font Color

.myTextColor { color: #005EA1; }

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

This text font color is #005EA1.


Background Color

.myBgColor { background-color: #005EA1; }

<div style="background-color:#005EA1">Inner text</div>

This div background color is #005EA1.


Border color

.myBorderColor { border: 1px solid #005EA1; }

<div style="border:3px solid #005EA1">Div</div>

This div border color is #005EA1.


Opacity

.myOpacity80 { color: #005EA1; opacity: 0.8; }

<p style="color:#005EA1;opacity:0.8;">80%</p>

Text with #005EA1 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 #005EA1;}

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

This text has shadow with #005EA1 color.

.textShadow {text-shadow: 3px 3px 1px #005EA1, 3px 3px 1px red;}

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

This text has shadow with #005EA1 primary color and red secondary color.


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

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

This text has shadow with #005EA1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #005EA1 on black background.


Color preview on white background

This text has color #005EA1 on white background.



Black color preview on #005EA1 background

This text has black color on #005EA1 background.


White color preview on #005EA1 background

This text has white color on #005EA1 background.