COLOR #027DA1

HEX: #027DA1
RGB: (2,125,161)

Color info

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

RGB color model

#027DA1 color RGB value is (2,125,161).

  • red value is 2;
  • green value is 125;
  • blue value is 161.
RGB:
(2,125,161)
(1%,49%,63%)

RGB channels and saturation

R 2 of 255 = 1%
G 125 of 255 = 49%
B 161 of 255 = 63%

2
125
161

R + G + B ~ 38%. #027DA1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 125 + 161 = 288 (100%)
R 2 of 288 ~ 0.69%
G 125 of 288 ~ 43.4%
B 161 of 288 ~ 55.9%

%43.4
%55.9

CMYK color model

#027DA1 color CMYK value is (99,22,0,37).

  • cyan value is 98.76%
  • magenta value is 22.36%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(99,22,0,37)
C99M22Y0K37 
(99%,22%,0%,37%)
(0.99/0.22/0.00/0.37)	

CMYK percentages

%98.76
%22.36
%0
%36.86

Codes

Color #027DA1 in popluar color models

027DA1
RGB2125161
HSL194°97.55%31.96%
HSB/HSV194°98.76%63.14%
CMYK98.76%22.36%0.00%
36.86%

Color #027DA1 in popluar number systems.

HEX027DA1
Decimal2125161
Binary10111110110100001
Octal2175241

Shades and tints

Shades of #027DA1

#027DA1
(2,125,161)
#027293
(2,114,147)
#026785
(2,103,133)
#025C77
(2,92,119)
#025169
(2,81,105)
#02465B
(2,70,91)
#023B4D
(2,59,77)
#02303F
(2,48,63)
#022531
(2,37,49)
#021A23
(2,26,35)
#020F15
(2,15,21)
#000000
(0,0,0)

Tints of #027DA1

#027DA1
(2,125,161)
#1988A9
(25,136,169)
#3093B1
(48,147,177)
#479EB9
(71,158,185)
#5EA9C1
(94,169,193)
#75B4C9
(117,180,201)
#8CBFD1
(140,191,209)
#A3CAD9
(163,202,217)
#BAD5E1
(186,213,225)
#D1E0E9
(209,224,233)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #027DA1 color. Also use rgb(2,125,161) instead hex code.

Text Font Color

.myTextColor { color: #027DA1; }

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

This text font color is #027DA1.


Background Color

.myBgColor { background-color: #027DA1; }

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

This div background color is #027DA1.


Border color

.myBorderColor { border: 1px solid #027DA1; }

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

This div border color is #027DA1.


Opacity

.myOpacity80 { color: #027DA1; opacity: 0.8; }

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

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

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

This text has shadow with #027DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #027DA1 on black background.


Color preview on white background

This text has color #027DA1 on white background.



Black color preview on #027DA1 background

This text has black color on #027DA1 background.


White color preview on #027DA1 background

This text has white color on #027DA1 background.