#027E92

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

Shades of Eastern Blue #027E92

Tints of Eastern Blue #027E92

Color information

#027E92 (or 0x027E92) is unknown color: approx Eastern Blue. HEX triplet: 02, 7E and 92. RGB value is (2,126,146). Sum of RGB (Red+Green+Blue) = 2+126+146=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #027E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027E92 is #FD816D. Grayscale: #5A5A5A. Windows color (decimal): -16613742 or 9600514. OLE color: 9600514.

HSL color Cylindrical-coordinate representation of color #027E92: hue angle of 188.33º 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 #027E92 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2126146-
CMYK0.990.1400.43
HSL188.33º97.3%29.02%-
HSV(B)188.33º98.63%57.25%-
XYZ12.6717.0129.81-
YUV91.2158.9264.37-

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) = 45.99%
BLUE value IS 146 (57.42% from 255) = 53.28%
R=0.73%
G=45.99%
B=53.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21261460.990.1400.43188.3397.329.02
Hex27E9263E02Bbc611d
Octal21762221431605327414135
Binary1011111101001001011000111110010101110111100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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