#00809F

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

Shades of Eastern Blue #00809F

Tints of Eastern Blue #00809F

Color information

#00809F (or 0x00809F) is unknown color: approx Eastern Blue. HEX triplet: 00, 80 and 9F. RGB value is (0,128,159). Sum of RGB (Red+Green+Blue) = 0+128+159=287 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #00809F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00809F is #FF7F60. Grayscale: #5D5D5D. Windows color (decimal): -16744289 or 10452992. OLE color: 10452992.

HSL color Cylindrical-coordinate representation of color #00809F: hue angle of 191.7º 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 #00809F is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB0128159-
CMYK10.1900.38
HSL191.7º100%31.18%-
HSV(B)191.7º100%62.35%-
XYZ13.9817.9435.53-
YUV93.26165.0961.48-

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.60%
BLUE value IS 159 (62.5% from 255) = 55.40%
R=0%
G=44.60%
B=55.40%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal012815910.1900.38191.710031.18
Hex0809F6413026c0641f
Octal02002371442304630014437
Binary01000000010011111110010010011010011011000000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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