Html Css Color HEX #00879F Eastern Blue

📋 copy color: '#00879F'

red 0 ◦ green 135 ◦ blue 159

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

Shades of Eastern Blue #00879F

Tints of Eastern Blue #00879F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.92%

 BLUE value IS 159 (62.5% from 255) = 54.08%

R = 0%
G = 45.92%
B = 54.08%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00879F (or 0x00879F) is known color: Eastern Blue. HEX triplet: 00, 87 and 9F. RGB value is (0,135,159). Sum of RGB (Red+Green+Blue) = 0+135+159=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #00879F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00879F is #FF7860. Grayscale: #616161. Windows color (decimal): -16742497 or 10454784. OLE color: 10454784.

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

Color convert

RGB 0 135 159 -
CMYK 1 0.15 0 0.38
HSL 189.06º 1% 0.31% -
HSV(B) 189.06º 1% 0.62% -
XYZ 14.92 19.83 35.84 -
YUV 97.37 162.77 58.55 -
System Red Green Blue C M Y K H S L
Decimal 0 135 159 1 0.15 0 0.38 189.06 1 0.31
Hex 0 87 9F 64 F 0 26 BD 64 1F
Octal 0 207 237 144 17 0 46 275 144 37
Binary 0 10000111 10011111 1100100 1111 0 100110 10111101 1100100 11111

Color Harmonies of #00879F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00879F

Black with #00879F

Text Example


Text Example

White with #00879F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00879F;
 }
 .AnyTagClassName
 {
   color: #00879F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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