#098091

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

Shades of Eastern Blue #098091

Tints of Eastern Blue #098091

Color information

#098091 (or 0x098091) is unknown color: approx Eastern Blue. HEX triplet: 09, 80 and 91. RGB value is (9,128,145). Sum of RGB (Red+Green+Blue) = 9+128+145=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #098091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098091 is #F67F6E. Grayscale: #5E5E5E. Windows color (decimal): -16154479 or 9535497. OLE color: 9535497.

HSL color Cylindrical-coordinate representation of color #098091: hue angle of 187.5º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098091 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9128145-
CMYK0.940.1200.43
HSL187.5º88.31%30.2%-
HSV(B)187.5º93.79%56.86%-
XYZ12.9417.5429.49-
YUV94.36156.5867.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.19%
GREEN value IS 128 (50.39% from 255) = 45.39%
BLUE value IS 145 (57.03% from 255) = 51.42%
R=3.19%
G=45.39%
B=51.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal91281450.940.1200.43187.588.3130.2
Hex980915EC02Bbc581e
Octal112002211361405327413036
Binary1001100000001001000110111101100010101110111100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098091; }

 p { color: rgb(9,128,145); }

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

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

 a { background-color: rgb(9,128,145); }

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

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

 span { border-color: rgb(9,128,145); }

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