COLOR #02889D

HEX: #02889D
RGB: (2,136,157)

Color info

#02889D contains mainly green and blue colors. Web safe color of #02889D is #009999 (or #099).

RGB color model

#02889D color RGB value is (2,136,157).

  • red value is 2;
  • green value is 136;
  • blue value is 157.
RGB:
(2,136,157)
(1%,53%,62%)

RGB channels and saturation

R 2 of 255 = 1%
G 136 of 255 = 53%
B 157 of 255 = 62%

2
136
157

R + G + B ~ 39%. #02889D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 136 + 157 = 295 (100%)
R 2 of 295 ~ 0.68%
G 136 of 295 ~ 46.1%
B 157 of 295 ~ 53.22%

%46.1
%53.22

CMYK color model

#02889D color CMYK value is (99,13,0,38).

  • cyan value is 98.73%
  • magenta value is 13.38%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(99,13,0,38)
C99M13Y0K38 
(99%,13%,0%,38%)
(0.99/0.13/0.00/0.38)	

CMYK percentages

%98.73
%13.38
%0
%38.43

Codes

Color #02889D in popluar color models

02889D
RGB2136157
HSL188°97.48%31.18%
HSB/HSV188°98.73%61.57%
CMYK98.73%13.38%0.00%
38.43%

Color #02889D in popluar number systems.

HEX02889D
Decimal2136157
Binary101000100010011101
Octal2210235

Shades and tints

Shades of #02889D

#02889D
(2,136,157)
#027C8F
(2,124,143)
#027081
(2,112,129)
#026473
(2,100,115)
#025865
(2,88,101)
#024C57
(2,76,87)
#024049
(2,64,73)
#02343B
(2,52,59)
#02282D
(2,40,45)
#021C1F
(2,28,31)
#021011
(2,16,17)
#000000
(0,0,0)

Tints of #02889D

#02889D
(2,136,157)
#1992A5
(25,146,165)
#309CAD
(48,156,173)
#47A6B5
(71,166,181)
#5EB0BD
(94,176,189)
#75BAC5
(117,186,197)
#8CC4CD
(140,196,205)
#A3CED5
(163,206,213)
#BAD8DD
(186,216,221)
#D1E2E5
(209,226,229)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02889D color. Also use rgb(2,136,157) instead hex code.

Text Font Color

.myTextColor { color: #02889D; }

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

This text font color is #02889D.


Background Color

.myBgColor { background-color: #02889D; }

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

This div background color is #02889D.


Border color

.myBorderColor { border: 1px solid #02889D; }

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

This div border color is #02889D.


Opacity

.myOpacity80 { color: #02889D; opacity: 0.8; }

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

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

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

This text has shadow with #02889D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02889D on black background.


Color preview on white background

This text has color #02889D on white background.



Black color preview on #02889D background

This text has black color on #02889D background.


White color preview on #02889D background

This text has white color on #02889D background.