COLOR #027083

HEX: #027083
RGB: (2,112,131)

Color info

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

RGB color model

#027083 color RGB value is (2,112,131).

  • red value is 2;
  • green value is 112;
  • blue value is 131.
RGB:
(2,112,131)
(1%,44%,51%)

RGB channels and saturation

R 2 of 255 = 1%
G 112 of 255 = 44%
B 131 of 255 = 51%

2
112
131

R + G + B ~ 32%. #027083 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 112 + 131 = 245 (100%)
R 2 of 245 ~ 0.82%
G 112 of 245 ~ 45.71%
B 131 of 245 ~ 53.47%

%45.71
%53.47

CMYK color model

#027083 color CMYK value is (98,15,0,49).

  • cyan value is 98.47%
  • magenta value is 14.50%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(98,15,0,49)
C98M15Y0K49 
(98%,15%,0%,49%)
(0.98/0.15/0.00/0.49)	

CMYK percentages

%98.47
%14.5
%0
%48.63

Codes

Color #027083 in popluar color models

027083
RGB2112131
HSL189°96.99%26.08%
HSB/HSV189°98.47%51.37%
CMYK98.47%14.50%0.00%
48.63%

Color #027083 in popluar number systems.

HEX027083
Decimal2112131
Binary10111000010000011
Octal2160203

Shades and tints

Shades of #027083

#027083
(2,112,131)
#026678
(2,102,120)
#025C6D
(2,92,109)
#025262
(2,82,98)
#024857
(2,72,87)
#023E4C
(2,62,76)
#023441
(2,52,65)
#022A36
(2,42,54)
#02202B
(2,32,43)
#021620
(2,22,32)
#020C15
(2,12,21)
#000000
(0,0,0)

Tints of #027083

#027083
(2,112,131)
#197D8E
(25,125,142)
#308A99
(48,138,153)
#4797A4
(71,151,164)
#5EA4AF
(94,164,175)
#75B1BA
(117,177,186)
#8CBEC5
(140,190,197)
#A3CBD0
(163,203,208)
#BAD8DB
(186,216,219)
#D1E5E6
(209,229,230)
#E8F2F1
(232,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #027083 color. Also use rgb(2,112,131) instead hex code.

Text Font Color

.myTextColor { color: #027083; }

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

This text font color is #027083.


Background Color

.myBgColor { background-color: #027083; }

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

This div background color is #027083.


Border color

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

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

This div border color is #027083.


Opacity

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

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

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

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

This text has shadow with #027083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #027083 on black background.


Color preview on white background

This text has color #027083 on white background.



Black color preview on #027083 background

This text has black color on #027083 background.


White color preview on #027083 background

This text has white color on #027083 background.