COLOR #027699

HEX: #027699
RGB: (2,118,153)

Color info

#027699 contains mainly green and blue colors. Web safe color of #027699 is #006699 (or #069).

RGB color model

#027699 color RGB value is (2,118,153).

  • red value is 2;
  • green value is 118;
  • blue value is 153.
RGB:
(2,118,153)
(1%,46%,60%)

RGB channels and saturation

R 2 of 255 = 1%
G 118 of 255 = 46%
B 153 of 255 = 60%

2
118
153

R + G + B ~ 36%. #027699 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 118 + 153 = 273 (100%)
R 2 of 273 ~ 0.73%
G 118 of 273 ~ 43.22%
B 153 of 273 ~ 56.04%

%43.22
%56.04

CMYK color model

#027699 color CMYK value is (99,23,0,40).

  • cyan value is 98.69%
  • magenta value is 22.88%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(99,23,0,40)
C99M23Y0K40 
(99%,23%,0%,40%)
(0.99/0.23/0.00/0.40)	

CMYK percentages

%98.69
%22.88
%0
%40

Codes

Color #027699 in popluar color models

027699
RGB2118153
HSL194°97.42%30.39%
HSB/HSV194°98.69%60.00%
CMYK98.69%22.88%0.00%
40.00%

Color #027699 in popluar number systems.

HEX027699
Decimal2118153
Binary10111011010011001
Octal2166231

Shades and tints

Shades of #027699

#027699
(2,118,153)
#026C8C
(2,108,140)
#02627F
(2,98,127)
#025872
(2,88,114)
#024E65
(2,78,101)
#024458
(2,68,88)
#023A4B
(2,58,75)
#02303E
(2,48,62)
#022631
(2,38,49)
#021C24
(2,28,36)
#021217
(2,18,23)
#000000
(0,0,0)

Tints of #027699

#027699
(2,118,153)
#1982A2
(25,130,162)
#308EAB
(48,142,171)
#479AB4
(71,154,180)
#5EA6BD
(94,166,189)
#75B2C6
(117,178,198)
#8CBECF
(140,190,207)
#A3CAD8
(163,202,216)
#BAD6E1
(186,214,225)
#D1E2EA
(209,226,234)
#E8EEF3
(232,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #027699 color. Also use rgb(2,118,153) instead hex code.

Text Font Color

.myTextColor { color: #027699; }

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

This text font color is #027699.


Background Color

.myBgColor { background-color: #027699; }

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

This div background color is #027699.


Border color

.myBorderColor { border: 1px solid #027699; }

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

This div border color is #027699.


Opacity

.myOpacity80 { color: #027699; opacity: 0.8; }

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

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

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

This text has shadow with #027699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #027699 on black background.


Color preview on white background

This text has color #027699 on white background.



Black color preview on #027699 background

This text has black color on #027699 background.


White color preview on #027699 background

This text has white color on #027699 background.