Html Css Color HEX #00839F Eastern Blue

📋 copy color: '#00839F'

red 0 ◦ green 131 ◦ blue 159

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

Shades of Eastern Blue #00839F

Tints of Eastern Blue #00839F

RGB

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

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

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

R = 0%
G = 45.17%
B = 54.83%

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

#00839F (or 0x00839F) is known color: Eastern Blue. HEX triplet: 00, 83 and 9F. RGB value is (0,131,159). Sum of RGB (Red+Green+Blue) = 0+131+159=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #00839F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00839F is #FF7C60. Grayscale: #5E5E5E. Windows color (decimal): -16743521 or 10453760. OLE color: 10453760.

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

Color convert

RGB 0 131 159 -
CMYK 1 0.18 0 0.38
HSL 190.57º 1% 0.31% -
HSV(B) 190.57º 1% 0.62% -
XYZ 14.37 18.74 35.66 -
YUV 95.02 164.1 60.22 -
System Red Green Blue C M Y K H S L
Decimal 0 131 159 1 0.18 0 0.38 190.57 1 0.31
Hex 0 83 9F 64 12 0 26 BF 64 1F
Octal 0 203 237 144 22 0 46 277 144 37
Binary 0 10000011 10011111 1100100 10010 0 100110 10111111 1100100 11111

Color Harmonies of #00839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00839F

Black with #00839F

Text Example


Text Example

White with #00839F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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