COLOR #02595A

HEX: #02595A
RGB: (2,89,90)

Color info

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

RGB color model

#02595A color RGB value is (2,89,90).

  • red value is 2;
  • green value is 89;
  • blue value is 90.
RGB:
(2,89,90)
(1%,35%,35%)

RGB channels and saturation

R 2 of 255 = 1%
G 89 of 255 = 35%
B 90 of 255 = 35%

2
89
90

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

Portions of RGB colors in percentages

R + G + B =
2 + 89 + 90 = 181 (100%)
R 2 of 181 ~ 1.1%
G 89 of 181 ~ 49.17%
B 90 of 181 ~ 49.72%

%49.17
%49.72

CMYK color model

#02595A color CMYK value is (98,1,0,65).

  • cyan value is 97.78%
  • magenta value is 1.11%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(98,1,0,65)
C98M1Y0K65 
(98%,1%,0%,65%)
(0.98/0.01/0.00/0.65)	

CMYK percentages

%97.78
%1.11
%0
%64.71

Codes

Color #02595A in popluar color models

02595A
RGB28990
HSL181°95.65%18.04%
HSB/HSV181°97.78%35.29%
CMYK97.78%1.11%0.00%
64.71%

Color #02595A in popluar number systems.

HEX02595A
Decimal28990
Binary1010110011011010
Octal2131132

Shades and tints

Shades of #02595A

#02595A
(2,89,90)
#025152
(2,81,82)
#02494A
(2,73,74)
#024142
(2,65,66)
#02393A
(2,57,58)
#023132
(2,49,50)
#02292A
(2,41,42)
#022122
(2,33,34)
#02191A
(2,25,26)
#021112
(2,17,18)
#02090A
(2,9,10)
#000000
(0,0,0)

Tints of #02595A

#02595A
(2,89,90)
#196869
(25,104,105)
#307778
(48,119,120)
#478687
(71,134,135)
#5E9596
(94,149,150)
#75A4A5
(117,164,165)
#8CB3B4
(140,179,180)
#A3C2C3
(163,194,195)
#BAD1D2
(186,209,210)
#D1E0E1
(209,224,225)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #02595A; }

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

This text font color is #02595A.


Background Color

.myBgColor { background-color: #02595A; }

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

This div background color is #02595A.


Border color

.myBorderColor { border: 1px solid #02595A; }

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

This div border color is #02595A.


Opacity

.myOpacity80 { color: #02595A; opacity: 0.8; }

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

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

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

This text has shadow with #02595A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02595A on black background.


Color preview on white background

This text has color #02595A on white background.



Black color preview on #02595A background

This text has black color on #02595A background.


White color preview on #02595A background

This text has white color on #02595A background.