COLOR #025975

HEX: #025975 RGB: (2,89,117)

Color info

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

RGB color model

#025975 color RGB value is (2,89,117).

RGB: (2,89,117) (1%, 35%, 46%)

RGB channels and saturation

R 2 of 255 = 1%
G 89 of 255 = 35%
B 117 of 255 = 46%

2
89
117

R + G + B ~ 27%. #025975 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 89 + 117 = 208 (100%)
R 2 of 208 ~ 0.96%
G 89 of 208 ~ 42.79%
B 117 of 208 ~ 56.25'%

%42.79
%56.25

CMYK color model

#025975 color CMYK value is (98,24,0,54).

  • cyan value is 98.29%
  • magenta value is 23.93%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK: (98,24,0,54) C98M24Y0K54 (98%,24%,0%,54%) (0.98/0.24/0.00/0.54) 

CMYK percentages

%98.29
%23.93
%0
%54.12

Codes

Color #025975 in popluar color models

02 59 75
RGB 2 89 117
HSL 195° 96.64% 23.33%
HSB/HSV 195° 98.29% 45.88%
CMYK 98.29% 23.93% 0.00%
54.12%

Color #025975 in popluar number systems.

HEX 02 59 75
Decimal 2 89 117
Binary 10 1011001 1110101
Octal 2 131 165

Shades and tints

Shades of #025975

#025975
(2,89,117)
#02516B
(2,81,107)
#024961
(2,73,97)
#024157
(2,65,87)
#02394D
(2,57,77)
#023143
(2,49,67)
#022939
(2,41,57)
#02212F
(2,33,47)
#021925
(2,25,37)
#02111B
(2,17,27)
#020911
(2,9,17)
#000000
(0,0,0)

Tints of #025975

#025975
(2,89,117)
#196881
(25,104,129)
#30778D
(48,119,141)
#478699
(71,134,153)
#5E95A5
(94,149,165)
#75A4B1
(117,164,177)
#8CB3BD
(140,179,189)
#A3C2C9
(163,194,201)
#BAD1D5
(186,209,213)
#D1E0E1
(209,224,225)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #025975; }

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

This text font color is #025975.

Background Color

.myBgColor { background-color: #025975; }

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

This div background color is #025975.

Border color

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

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

This div border color is #025975.

Opacity

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

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

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

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

This text has shadow with #025975 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #025975.

Preview

Color preview on black background

This text has color #025975 on black background.


Color preview on white background

This text has color #025975 on white background.


Black color preview on #025975 background

This text has black color on #025975 background.


White color preview on #025975 background

This text has white color on #025975 background.


Related colors

Complementary color

Complementary color for #hex is #FDA68A.


I love getcolorcode.com

Triadic colors

1 #750259 and #597502 with #025975 are triadic colors.

2 #755902 and #590275 with #025975 are triadic colors.