Html Css Color HEX #00869E Eastern Blue

📋 copy color: '#00869E'

red 0 ◦ green 134 ◦ blue 158

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

Shades of Eastern Blue #00869E

Tints of Eastern Blue #00869E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.89%

 BLUE value IS 158 (62.11% from 255) = 54.11%

R = 0%
G = 45.89%
B = 54.11%

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

#00869E (or 0x00869E) is known color: Eastern Blue. HEX triplet: 00, 86 and 9E. RGB value is (0,134,158). Sum of RGB (Red+Green+Blue) = 0+134+158=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #00869E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00869E is #FF7961. Grayscale: #606060. Windows color (decimal): -16742754 or 10388992. OLE color: 10388992.

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

Color convert

RGB 0 134 158 -
CMYK 1 0.15 0 0.38
HSL 189.11º 1% 0.31% -
HSV(B) 189.11º 1% 0.62% -
XYZ 14.7 19.52 35.34 -
YUV 96.67 162.61 59.05 -
System Red Green Blue C M Y K H S L
Decimal 0 134 158 1 0.15 0 0.38 189.11 1 0.31
Hex 0 86 9E 64 F 0 26 BD 64 1F
Octal 0 206 236 144 17 0 46 275 144 37
Binary 0 10000110 10011110 1100100 1111 0 100110 10111101 1100100 11111

Color Harmonies of #00869E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00869E

Black with #00869E

Text Example


Text Example

White with #00869E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00869E;
 }
 .AnyTagClassName
 {
   color: #00869E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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