COLOR #025584

HEX: #025584
RGB: (2,85,132)

Color info

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

RGB color model

#025584 color RGB value is (2,85,132).

  • red value is 2;
  • green value is 85;
  • blue value is 132.
RGB:
(2,85,132)
(1%,33%,52%)

RGB channels and saturation

R 2 of 255 = 1%
G 85 of 255 = 33%
B 132 of 255 = 52%

2
85
132

R + G + B ~ 29%. #025584 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 85 + 132 = 219 (100%)
R 2 of 219 ~ 0.91%
G 85 of 219 ~ 38.81%
B 132 of 219 ~ 60.27%

%38.81
%60.27

CMYK color model

#025584 color CMYK value is (98,36,0,48).

  • cyan value is 98.48%
  • magenta value is 35.61%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(98,36,0,48)
C98M36Y0K48 
(98%,36%,0%,48%)
(0.98/0.36/0.00/0.48)	

CMYK percentages

%98.48
%35.61
%0
%48.24

Codes

Color #025584 in popluar color models

025584
RGB285132
HSL202°97.01%26.27%
HSB/HSV202°98.48%51.76%
CMYK98.48%35.61%0.00%
48.24%

Color #025584 in popluar number systems.

HEX025584
Decimal285132
Binary10101010110000100
Octal2125204

Shades and tints

Shades of #025584

#025584
(2,85,132)
#024E78
(2,78,120)
#02476C
(2,71,108)
#024060
(2,64,96)
#023954
(2,57,84)
#023248
(2,50,72)
#022B3C
(2,43,60)
#022430
(2,36,48)
#021D24
(2,29,36)
#021618
(2,22,24)
#020F0C
(2,15,12)
#000000
(0,0,0)

Tints of #025584

#025584
(2,85,132)
#19648F
(25,100,143)
#30739A
(48,115,154)
#4782A5
(71,130,165)
#5E91B0
(94,145,176)
#75A0BB
(117,160,187)
#8CAFC6
(140,175,198)
#A3BED1
(163,190,209)
#BACDDC
(186,205,220)
#D1DCE7
(209,220,231)
#E8EBF2
(232,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #025584 color. Also use rgb(2,85,132) instead hex code.

Text Font Color

.myTextColor { color: #025584; }

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

This text font color is #025584.


Background Color

.myBgColor { background-color: #025584; }

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

This div background color is #025584.


Border color

.myBorderColor { border: 1px solid #025584; }

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

This div border color is #025584.


Opacity

.myOpacity80 { color: #025584; opacity: 0.8; }

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

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

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

This text has shadow with #025584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025584 on black background.


Color preview on white background

This text has color #025584 on white background.



Black color preview on #025584 background

This text has black color on #025584 background.


White color preview on #025584 background

This text has white color on #025584 background.