Html Css Color HEX #00809D Eastern Blue

📋 copy color: '#00809D'

red 0 ◦ green 128 ◦ blue 157

#00809D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #00809D

Tints of Eastern Blue #00809D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 128 (50.39% from 255) = 44.91%

 BLUE value IS 157 (61.72% from 255) = 55.09%

R = 0%
G = 44.91%
B = 55.09%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00809D (or 0x00809D) is known color: Eastern Blue. HEX triplet: 00, 80 and 9D. RGB value is (0,128,157). Sum of RGB (Red+Green+Blue) = 0+128+157=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #00809D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00809D is #FF7F62. Grayscale: #5C5C5C. Windows color (decimal): -16744291 or 10321920. OLE color: 10321920.

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

Color convert

RGB 0 128 157 -
CMYK 1 0.18 0 0.38
HSL 191.08º 1% 0.31% -
HSV(B) 191.08º 1% 0.62% -
XYZ 13.8 17.87 34.62 -
YUV 93.03 164.09 61.64 -
System Red Green Blue C M Y K H S L
Decimal 0 128 157 1 0.18 0 0.38 191.08 1 0.31
Hex 0 80 9D 64 12 0 26 BF 64 1F
Octal 0 200 235 144 22 0 46 277 144 37
Binary 0 10000000 10011101 1100100 10010 0 100110 10111111 1100100 11111

Color Harmonies of #00809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00809D

Black with #00809D

Text Example


Text Example

White with #00809D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00809D;
 }
 .AnyTagClassName
 {
   color: #00809D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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