Html Css Color HEX #00839A Eastern Blue

📋 copy color: '#00839A'

red 0 ◦ green 131 ◦ blue 154

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

Shades of Eastern Blue #00839A

Tints of Eastern Blue #00839A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.96%

 BLUE value IS 154 (60.55% from 255) = 54.04%

R = 0%
G = 45.96%
B = 54.04%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#00839A (or 0x00839A) is known color: Eastern Blue. HEX triplet: 00, 83 and 9A. RGB value is (0,131,154). Sum of RGB (Red+Green+Blue) = 0+131+154=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #00839A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00839A is #FF7C65. Grayscale: #5E5E5E. Windows color (decimal): -16743526 or 10126080. OLE color: 10126080.

HSL color Cylindrical-coordinate representation of color #00839A: hue angle of 188.96º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00839A is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 131 154 -
CMYK 1 0.15 0 0.40
HSL 188.96º 1% 0.3% -
HSV(B) 188.96º 1% 0.6% -
XYZ 13.95 18.57 33.42 -
YUV 94.45 161.6 60.63 -
System Red Green Blue C M Y K H S L
Decimal 0 131 154 1 0.15 0 0.40 188.96 1 0.3
Hex 0 83 9A 64 F 0 28 BD 64 1E
Octal 0 203 232 144 17 0 50 275 144 36
Binary 0 10000011 10011010 1100100 1111 0 101000 10111101 1100100 11110

Color Harmonies of #00839A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00839A

Black with #00839A

Text Example


Text Example

White with #00839A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00839A; }

 p { color: rgb(0,131,154); }

 H1.HeaderClassName
 {
   color: #00839A;
 }
 .AnyTagClassName
 {
   color: #00839A;
 }
</style>

background-color css

<style>
 a { background-color: #00839A; }

 a { background-color: rgb(0,131,154); }

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

border-color css

<style>
 span { border-color: #00839A; }

 span { border-color: rgb(0,131,154); }

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