COLOR #02666B

HEX: #02666B
RGB: (2,102,107)

Color info

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

RGB color model

#02666B color RGB value is (2,102,107).

  • red value is 2;
  • green value is 102;
  • blue value is 107.
RGB:
(2,102,107)
(1%,40%,42%)

RGB channels and saturation

R 2 of 255 = 1%
G 102 of 255 = 40%
B 107 of 255 = 42%

2
102
107

R + G + B ~ 28%. #02666B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 102 + 107 = 211 (100%)
R 2 of 211 ~ 0.95%
G 102 of 211 ~ 48.34%
B 107 of 211 ~ 50.71%

%48.34
%50.71

CMYK color model

#02666B color CMYK value is (98,5,0,58).

  • cyan value is 98.13%
  • magenta value is 4.67%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(98,5,0,58)
C98M5Y0K58 
(98%,5%,0%,58%)
(0.98/0.05/0.00/0.58)	

CMYK percentages

%98.13
%4.67
%0
%58.04

Codes

Color #02666B in popluar color models

02666B
RGB2102107
HSL183°96.33%21.37%
HSB/HSV183°98.13%41.96%
CMYK98.13%4.67%0.00%
58.04%

Color #02666B in popluar number systems.

HEX02666B
Decimal2102107
Binary1011001101101011
Octal2146153

Shades and tints

Shades of #02666B

#02666B
(2,102,107)
#025D62
(2,93,98)
#025459
(2,84,89)
#024B50
(2,75,80)
#024247
(2,66,71)
#02393E
(2,57,62)
#023035
(2,48,53)
#02272C
(2,39,44)
#021E23
(2,30,35)
#02151A
(2,21,26)
#020C11
(2,12,17)
#000000
(0,0,0)

Tints of #02666B

#02666B
(2,102,107)
#197378
(25,115,120)
#308085
(48,128,133)
#478D92
(71,141,146)
#5E9A9F
(94,154,159)
#75A7AC
(117,167,172)
#8CB4B9
(140,180,185)
#A3C1C6
(163,193,198)
#BACED3
(186,206,211)
#D1DBE0
(209,219,224)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02666B color. Also use rgb(2,102,107) instead hex code.

Text Font Color

.myTextColor { color: #02666B; }

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

This text font color is #02666B.


Background Color

.myBgColor { background-color: #02666B; }

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

This div background color is #02666B.


Border color

.myBorderColor { border: 1px solid #02666B; }

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

This div border color is #02666B.


Opacity

.myOpacity80 { color: #02666B; opacity: 0.8; }

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

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

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

This text has shadow with #02666B color.

.textShadow {text-shadow: 3px 3px 1px #02666B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02666B on black background.


Color preview on white background

This text has color #02666B on white background.



Black color preview on #02666B background

This text has black color on #02666B background.


White color preview on #02666B background

This text has white color on #02666B background.