COLOR #025963

HEX: #025963 RGB: (2,89,99)

Color info

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

RGB color model

#025963 color RGB value is (2,89,99).

RGB: (2,89,99) (1%, 35%, 39%)

RGB channels and saturation

R 2 of 255 = 1%
G 89 of 255 = 35%
B 99 of 255 = 39%

2
89
99

R + G + B ~ 25%. #025963 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 89 + 99 = 190 (100%)
R 2 of 190 ~ 1.05%
G 89 of 190 ~ 46.84%
B 99 of 190 ~ 52.11'%

%46.84
%52.11

CMYK color model

#025963 color CMYK value is (98,10,0,61).

  • cyan value is 97.98%
  • magenta value is 10.10%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (98,10,0,61)
C98M10Y0K61 (98%, 10%, 0%, 61%)
(0.98 / 0.10 / 0.00 / 0.61)

CMYK percentages

%97.98
%10.1
%0
%61.18

Codes

Color #025963 in popluar color models

02 59 63
RGB 2 89 99
HSL 186° 96.04% 19.80%
HSB/HSV 186° 97.98% 38.82%
CMYK 97.98% 10.10% 0.00%
61.18%

Color #025963 in popluar number systems.

HEX 02 59 63
Decimal 2 89 99
Binary 10 1011001 1100011
Octal 2 131 143

Shades and tints

Shades of #025963

#025963
(2,89,99)
#02515A
(2,81,90)
#024951
(2,73,81)
#024148
(2,65,72)
#02393F
(2,57,63)
#023136
(2,49,54)
#02292D
(2,41,45)
#022124
(2,33,36)
#02191B
(2,25,27)
#021112
(2,17,18)
#020909
(2,9,9)
#000000
(0,0,0)

Tints of #025963

#025963
(2,89,99)
#196871
(25,104,113)
#30777F
(48,119,127)
#47868D
(71,134,141)
#5E959B
(94,149,155)
#75A4A9
(117,164,169)
#8CB3B7
(140,179,183)
#A3C2C5
(163,194,197)
#BAD1D3
(186,209,211)
#D1E0E1
(209,224,225)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #025963 color. Also use rgb(2,89,99) instead hex code.

Text Font Color

.myTextColor { color: #025963; }

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

This text font color is #025963.

Background Color

.myBgColor { background-color: #025963; }

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

This div background color is #025963.

Border color

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

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

This div border color is #025963.

Opacity

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

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

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

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

This text has shadow with #025963 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #025963.

Preview

Color preview on black background

This text has color #025963 on black background.


Color preview on white background

This text has color #025963 on white background.


Black color preview on #025963 background

This text has black color on #025963 background.


White color preview on #025963 background

This text has white color on #025963 background.


Related colors

Complementary color

Complementary color for #hex is #FDA69C.


I love getcolorcode.com

Triadic colors

1 #630259 and #596302 with #025963 are triadic colors.

2 #635902 and #590263 with #025963 are triadic colors.