#027F95

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

Shades of Eastern Blue #027F95

Tints of Eastern Blue #027F95

Color information

#027F95 (or 0x027F95) is unknown color: approx Eastern Blue. HEX triplet: 02, 7F and 95. RGB value is (2,127,149). Sum of RGB (Red+Green+Blue) = 2+127+149=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #027F95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027F95 is #FD806A. Grayscale: #5B5B5B. Windows color (decimal): -16613483 or 9797378. OLE color: 9797378.

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

Color convert

RGB2127149-
CMYK0.990.1500.42
HSL188.98º97.35%29.61%-
HSV(B)188.98º98.66%58.43%-
XYZ13.0417.3631.1-
YUV92.13160.0963.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 127 (50% from 255) = 45.68%
BLUE value IS 149 (58.59% from 255) = 53.60%
R=0.72%
G=45.68%
B=53.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21271490.990.1500.42188.9897.3529.61
Hex27F9563F02Abd611e
Octal21772251431705227514136
Binary1011111111001010111000111111010101010111101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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