#027C95

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

Shades of Eastern Blue #027C95

Tints of Eastern Blue #027C95

Color information

#027C95 (or 0x027C95) is unknown color: approx Eastern Blue. HEX triplet: 02, 7C and 95. RGB value is (2,124,149). Sum of RGB (Red+Green+Blue) = 2+124+149=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 149 (58.59% from 255 or 54.18% from 275); Max value from RGB is 149 - color contains mainly: blue. Hex color #027C95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027C95 is #FD836A. Grayscale: #5A5A5A. Windows color (decimal): -16614251 or 9796610. OLE color: 9796610.

HSL color Cylindrical-coordinate representation of color #027C95: hue angle of 190.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027C95 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2124149-
CMYK0.990.1700.42
HSL190.2º97.35%29.61%-
HSV(B)190.2º98.66%58.43%-
XYZ12.6616.630.97-
YUV90.37161.0864.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 124 (48.83% from 255) = 45.09%
BLUE value IS 149 (58.59% from 255) = 54.18%
R=0.73%
G=45.09%
B=54.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21241490.990.1700.42190.297.3529.61
Hex27C95631102Abe611e
Octal21742251432105227614136
Binary10111110010010101110001110001010101010111110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,124,149); }

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

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

 a { background-color: rgb(2,124,149); }

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

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

 span { border-color: rgb(2,124,149); }

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