#027E91

Color #027E91 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #027E91

Tints of Eastern Blue #027E91

Color information

#027E91 (or 0x027E91) is unknown color: approx Eastern Blue. HEX triplet: 02, 7E and 91. RGB value is (2,126,145). Sum of RGB (Red+Green+Blue) = 2+126+145=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #027E91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027E91 is #FD816E. Grayscale: #5A5A5A. Windows color (decimal): -16613743 or 9534978. OLE color: 9534978.

HSL color Cylindrical-coordinate representation of color #027E91: hue angle of 187.97º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027E91 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2126145-
CMYK0.990.1300.43
HSL187.97º97.28%28.82%-
HSV(B)187.97º98.62%56.86%-
XYZ12.616.9829.4-
YUV91.09158.4264.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 126 (49.61% from 255) = 46.15%
BLUE value IS 145 (57.03% from 255) = 53.11%
R=0.73%
G=46.15%
B=53.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21261450.990.1300.43187.9797.2828.82
Hex27E9163D02Bbc611d
Octal21762211431505327414135
Binary1011111101001000111000111101010101110111100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027E91; }

 p { color: rgb(2,126,145); }

 H1.HeaderClassName
 {
   color: #027E91;
 }
 .AnyTagClassName
 {
   color: #027E91;
 }
</style>
background-color css

<style>
 a { background-color: #027E91; }

 a { background-color: rgb(2,126,145); }

 div.DivClassName
 {
   background-color: #027E91;
 }
 .BgClassName
 {
   background-color: #027E91;
 }
</style>
border-color css

<style>
 span { border-color: #027E91; }

 span { border-color: rgb(2,126,145); }

 td.TdClassName
 {
   border-color: #027E91;
 }
 .TagClassName
 {
   border-color: #027E91;
 }
</style>