#00839f

Color #00839F Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #00839F

Tints of Eastern Blue #00839F

Color information

#00839F (or 0x00839F) is unknown color: approx 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

RGB0131159-
CMYK10.1800.38
HSL190.57º100%31.18%-
HSV(B)190.57º100%62.35%-
XYZ14.3718.7435.66-
YUV95.02164.160.22-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal013115910.1800.38190.5710031.18
Hex0839F6412026bf641f
Octal02032371442204627714437
Binary01000001110011111110010010010010011010111111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00839f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>