COLOR #02636D

HEX: #02636D
RGB: (2,99,109)

Color info

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

RGB color model

#02636D color RGB value is (2,99,109).

  • red value is 2;
  • green value is 99;
  • blue value is 109.
RGB:
(2,99,109)
(1%,39%,43%)

RGB channels and saturation

R 2 of 255 = 1%
G 99 of 255 = 39%
B 109 of 255 = 43%

2
99
109

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

Portions of RGB colors in percentages

R + G + B =
2 + 99 + 109 = 210 (100%)
R 2 of 210 ~ 0.95%
G 99 of 210 ~ 47.14%
B 109 of 210 ~ 51.9%

%47.14
%51.9

CMYK color model

#02636D color CMYK value is (98,9,0,57).

  • cyan value is 98.17%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(98,9,0,57)
C98M9Y0K57 
(98%,9%,0%,57%)
(0.98/0.09/0.00/0.57)	

CMYK percentages

%98.17
%9.17
%0
%57.25

Codes

Color #02636D in popluar color models

02636D
RGB299109
HSL186°96.40%21.76%
HSB/HSV186°98.17%42.75%
CMYK98.17%9.17%0.00%
57.25%

Color #02636D in popluar number systems.

HEX02636D
Decimal299109
Binary1011000111101101
Octal2143155

Shades and tints

Shades of #02636D

#02636D
(2,99,109)
#025A64
(2,90,100)
#02515B
(2,81,91)
#024852
(2,72,82)
#023F49
(2,63,73)
#023640
(2,54,64)
#022D37
(2,45,55)
#02242E
(2,36,46)
#021B25
(2,27,37)
#02121C
(2,18,28)
#020913
(2,9,19)
#000000
(0,0,0)

Tints of #02636D

#02636D
(2,99,109)
#19717A
(25,113,122)
#307F87
(48,127,135)
#478D94
(71,141,148)
#5E9BA1
(94,155,161)
#75A9AE
(117,169,174)
#8CB7BB
(140,183,187)
#A3C5C8
(163,197,200)
#BAD3D5
(186,211,213)
#D1E1E2
(209,225,226)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02636D color. Also use rgb(2,99,109) instead hex code.

Text Font Color

.myTextColor { color: #02636D; }

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

This text font color is #02636D.


Background Color

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

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

This div background color is #02636D.


Border color

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

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

This div border color is #02636D.


Opacity

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

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

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

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

This text has shadow with #02636D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02636D on black background.


Color preview on white background

This text has color #02636D on white background.



Black color preview on #02636D background

This text has black color on #02636D background.


White color preview on #02636D background

This text has white color on #02636D background.