COLOR #025E94

HEX: #025E94
RGB: (2,94,148)

Color info

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

RGB color model

#025E94 color RGB value is (2,94,148).

  • red value is 2;
  • green value is 94;
  • blue value is 148.
RGB:
(2,94,148)
(1%,37%,58%)

RGB channels and saturation

R 2 of 255 = 1%
G 94 of 255 = 37%
B 148 of 255 = 58%

2
94
148

R + G + B ~ 32%. #025E94 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 94 + 148 = 244 (100%)
R 2 of 244 ~ 0.82%
G 94 of 244 ~ 38.52%
B 148 of 244 ~ 60.66%

%38.52
%60.66

CMYK color model

#025E94 color CMYK value is (99,36,0,42).

  • cyan value is 98.65%
  • magenta value is 36.49%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(99,36,0,42)
C99M36Y0K42 
(99%,36%,0%,42%)
(0.99/0.36/0.00/0.42)	

CMYK percentages

%98.65
%36.49
%0
%41.96

Codes

Color #025E94 in popluar color models

025E94
RGB294148
HSL202°97.33%29.41%
HSB/HSV202°98.65%58.04%
CMYK98.65%36.49%0.00%
41.96%

Color #025E94 in popluar number systems.

HEX025E94
Decimal294148
Binary10101111010010100
Octal2136224

Shades and tints

Shades of #025E94

#025E94
(2,94,148)
#025687
(2,86,135)
#024E7A
(2,78,122)
#02466D
(2,70,109)
#023E60
(2,62,96)
#023653
(2,54,83)
#022E46
(2,46,70)
#022639
(2,38,57)
#021E2C
(2,30,44)
#02161F
(2,22,31)
#020E12
(2,14,18)
#000000
(0,0,0)

Tints of #025E94

#025E94
(2,94,148)
#196C9D
(25,108,157)
#307AA6
(48,122,166)
#4788AF
(71,136,175)
#5E96B8
(94,150,184)
#75A4C1
(117,164,193)
#8CB2CA
(140,178,202)
#A3C0D3
(163,192,211)
#BACEDC
(186,206,220)
#D1DCE5
(209,220,229)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #025E94 color. Also use rgb(2,94,148) instead hex code.

Text Font Color

.myTextColor { color: #025E94; }

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

This text font color is #025E94.


Background Color

.myBgColor { background-color: #025E94; }

<div style="background-color:#025E94">Inner text</div>

This div background color is #025E94.


Border color

.myBorderColor { border: 1px solid #025E94; }

<div style="border:3px solid #025E94">Div</div>

This div border color is #025E94.


Opacity

.myOpacity80 { color: #025E94; opacity: 0.8; }

<p style="color:#025E94;opacity:0.8;">80%</p>

Text with #025E94 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 #025E94;}

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

This text has shadow with #025E94 color.

.textShadow {text-shadow: 3px 3px 1px #025E94, 3px 3px 1px red;}

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

This text has shadow with #025E94 primary color and red secondary color.


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

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

This text has shadow with #025E94 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025E94 on black background.


Color preview on white background

This text has color #025E94 on white background.



Black color preview on #025E94 background

This text has black color on #025E94 background.


White color preview on #025E94 background

This text has white color on #025E94 background.