COLOR #025460

HEX: #025460
RGB: (2,84,96)

Color info

#025460 contains mainly green and blue colors. Web safe color of #025460 is #006666 (or #066).

RGB color model

#025460 color RGB value is (2,84,96).

  • red value is 2;
  • green value is 84;
  • blue value is 96.
RGB:
(2,84,96)
(1%,33%,38%)

RGB channels and saturation

R 2 of 255 = 1%
G 84 of 255 = 33%
B 96 of 255 = 38%

2
84
96

R + G + B ~ 24%. #025460 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 84 + 96 = 182 (100%)
R 2 of 182 ~ 1.1%
G 84 of 182 ~ 46.15%
B 96 of 182 ~ 52.75%

%46.15
%52.75

CMYK color model

#025460 color CMYK value is (98,13,0,62).

  • cyan value is 97.92%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(98,13,0,62)
C98M13Y0K62 
(98%,13%,0%,62%)
(0.98/0.13/0.00/0.62)	

CMYK percentages

%97.92
%12.5
%0
%62.35

Codes

Color #025460 in popluar color models

025460
RGB28496
HSL188°95.92%19.22%
HSB/HSV188°97.92%37.65%
CMYK97.92%12.50%0.00%
62.35%

Color #025460 in popluar number systems.

HEX025460
Decimal28496
Binary1010101001100000
Octal2124140

Shades and tints

Shades of #025460

#025460
(2,84,96)
#024D58
(2,77,88)
#024650
(2,70,80)
#023F48
(2,63,72)
#023840
(2,56,64)
#023138
(2,49,56)
#022A30
(2,42,48)
#022328
(2,35,40)
#021C20
(2,28,32)
#021518
(2,21,24)
#020E10
(2,14,16)
#000000
(0,0,0)

Tints of #025460

#025460
(2,84,96)
#19636E
(25,99,110)
#30727C
(48,114,124)
#47818A
(71,129,138)
#5E9098
(94,144,152)
#759FA6
(117,159,166)
#8CAEB4
(140,174,180)
#A3BDC2
(163,189,194)
#BACCD0
(186,204,208)
#D1DBDE
(209,219,222)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #025460 color. Also use rgb(2,84,96) instead hex code.

Text Font Color

.myTextColor { color: #025460; }

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

This text font color is #025460.


Background Color

.myBgColor { background-color: #025460; }

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

This div background color is #025460.


Border color

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

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

This div border color is #025460.


Opacity

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

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

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

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

This text has shadow with #025460 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025460 on black background.


Color preview on white background

This text has color #025460 on white background.



Black color preview on #025460 background

This text has black color on #025460 background.


White color preview on #025460 background

This text has white color on #025460 background.