Html Css Color HEX #00839B Eastern Blue

📋 copy color: '#00839B'

red 0 ◦ green 131 ◦ blue 155

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

Shades of Eastern Blue #00839B

Tints of Eastern Blue #00839B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.2%

R = 0%
G = 45.8%
B = 54.2%

CMYK

 C value IS 1

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00839B (or 0x00839B) is known color: Eastern Blue. HEX triplet: 00, 83 and 9B. RGB value is (0,131,155). Sum of RGB (Red+Green+Blue) = 0+131+155=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #00839B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00839B is #FF7C64. Grayscale: #5E5E5E. Windows color (decimal): -16743525 or 10191616. OLE color: 10191616.

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

Color convert

RGB 0 131 155 -
CMYK 1 0.15 0 0.39
HSL 189.29º 1% 0.3% -
HSV(B) 189.29º 1% 0.61% -
XYZ 14.03 18.6 33.86 -
YUV 94.57 162.1 60.55 -
System Red Green Blue C M Y K H S L
Decimal 0 131 155 1 0.15 0 0.39 189.29 1 0.3
Hex 0 83 9B 64 F 0 27 BD 64 1E
Octal 0 203 233 144 17 0 47 275 144 36
Binary 0 10000011 10011011 1100100 1111 0 100111 10111101 1100100 11110

Color Harmonies of #00839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00839B

Black with #00839B

Text Example


Text Example

White with #00839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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