#027F9F

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

Shades of Eastern Blue #027F9F

Tints of Eastern Blue #027F9F

Color information

#027F9F (or 0x027F9F) is unknown color: approx Eastern Blue. HEX triplet: 02, 7F and 9F. RGB value is (2,127,159). Sum of RGB (Red+Green+Blue) = 2+127+159=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #027F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027F9F is #FD8060. Grayscale: #5D5D5D. Windows color (decimal): -16613473 or 10452738. OLE color: 10452738.

HSL color Cylindrical-coordinate representation of color #027F9F: hue angle of 192.23º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027F9F is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2127159-
CMYK0.990.2000.38
HSL192.23º97.52%31.57%-
HSV(B)192.23º98.74%62.35%-
XYZ13.8717.6935.49-
YUV93.27165.0962.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.69%
GREEN value IS 127 (50% from 255) = 44.10%
BLUE value IS 159 (62.5% from 255) = 55.21%
R=0.69%
G=44.10%
B=55.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21271590.990.2000.38192.2397.5231.57
Hex27F9F6314026c06220
Octal21772371432404630014240
Binary101111111100111111100011101000100110110000001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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