COLOR #02627F

HEX: #02627F
RGB: (2,98,127)

Color info

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

RGB color model

#02627F color RGB value is (2,98,127).

  • red value is 2;
  • green value is 98;
  • blue value is 127.
RGB:
(2,98,127)
(1%,38%,50%)

RGB channels and saturation

R 2 of 255 = 1%
G 98 of 255 = 38%
B 127 of 255 = 50%

2
98
127

R + G + B ~ 30%. #02627F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 98 + 127 = 227 (100%)
R 2 of 227 ~ 0.88%
G 98 of 227 ~ 43.17%
B 127 of 227 ~ 55.95%

%43.17
%55.95

CMYK color model

#02627F color CMYK value is (98,23,0,50).

  • cyan value is 98.43%
  • magenta value is 22.83%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(98,23,0,50)
C98M23Y0K50 
(98%,23%,0%,50%)
(0.98/0.23/0.00/0.50)	

CMYK percentages

%98.43
%22.83
%0
%50.2

Codes

Color #02627F in popluar color models

02627F
RGB298127
HSL194°96.90%25.29%
HSB/HSV194°98.43%49.80%
CMYK98.43%22.83%0.00%
50.20%

Color #02627F in popluar number systems.

HEX02627F
Decimal298127
Binary1011000101111111
Octal2142177

Shades and tints

Shades of #02627F

#02627F
(2,98,127)
#025A74
(2,90,116)
#025269
(2,82,105)
#024A5E
(2,74,94)
#024253
(2,66,83)
#023A48
(2,58,72)
#02323D
(2,50,61)
#022A32
(2,42,50)
#022227
(2,34,39)
#021A1C
(2,26,28)
#021211
(2,18,17)
#000000
(0,0,0)

Tints of #02627F

#02627F
(2,98,127)
#19708A
(25,112,138)
#307E95
(48,126,149)
#478CA0
(71,140,160)
#5E9AAB
(94,154,171)
#75A8B6
(117,168,182)
#8CB6C1
(140,182,193)
#A3C4CC
(163,196,204)
#BAD2D7
(186,210,215)
#D1E0E2
(209,224,226)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02627F color. Also use rgb(2,98,127) instead hex code.

Text Font Color

.myTextColor { color: #02627F; }

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

This text font color is #02627F.


Background Color

.myBgColor { background-color: #02627F; }

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

This div background color is #02627F.


Border color

.myBorderColor { border: 1px solid #02627F; }

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

This div border color is #02627F.


Opacity

.myOpacity80 { color: #02627F; opacity: 0.8; }

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

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

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

This text has shadow with #02627F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02627F on black background.


Color preview on white background

This text has color #02627F on white background.



Black color preview on #02627F background

This text has black color on #02627F background.


White color preview on #02627F background

This text has white color on #02627F background.