#00809E

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

Shades of Eastern Blue #00809E

Tints of Eastern Blue #00809E

Color information

#00809E (or 0x00809E) is unknown color: approx Eastern Blue. HEX triplet: 00, 80 and 9E. RGB value is (0,128,158). Sum of RGB (Red+Green+Blue) = 0+128+158=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #00809E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00809E is #FF7F61. Grayscale: #5C5C5C. Windows color (decimal): -16744290 or 10387456. OLE color: 10387456.

HSL color Cylindrical-coordinate representation of color #00809E: hue angle of 191.39º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00809E is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB0128158-
CMYK10.1900.38
HSL191.39º100%30.98%-
HSV(B)191.39º100%61.96%-
XYZ13.8917.9135.07-
YUV93.15164.5961.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 128 (50.39% from 255) = 44.76%
BLUE value IS 158 (62.11% from 255) = 55.24%
R=0%
G=44.76%
B=55.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal012815810.1900.38191.3910030.98
Hex0809E6413026bf641f
Octal02002361442304627714437
Binary01000000010011110110010010011010011010111111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00809E; }

 p { color: rgb(0,128,158); }

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

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

 a { background-color: rgb(0,128,158); }

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

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

 span { border-color: rgb(0,128,158); }

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