Html Css Color HEX #0E839F Eastern Blue

📋 copy color: '#0E839F'

red 14 ◦ green 131 ◦ blue 159

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

Shades of Eastern Blue #0E839F

Tints of Eastern Blue #0E839F

RGB

 RED value IS 14 (5.86% from 255) = 4.61%

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

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

R = 4.61%
G = 43.09%
B = 52.3%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0E839F (or 0x0E839F) is known color: Eastern Blue. HEX triplet: 0E, 83 and 9F. RGB value is (14,131,159). Sum of RGB (Red+Green+Blue) = 14+131+159=304 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.61% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #0E839F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E839F is #F17C60. Grayscale: #626262. Windows color (decimal): -15826017 or 10453774. OLE color: 10453774.

HSL color Cylindrical-coordinate representation of color #0E839F: hue angle of 191.59º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E839F is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 14 131 159 -
CMYK 0.91 0.18 0 0.38
HSL 191.59º 0.84% 0.34% -
HSV(B) 191.59º 0.91% 0.62% -
XYZ 14.56 18.83 35.67 -
YUV 99.21 161.74 67.22 -
System Red Green Blue C M Y K H S L
Decimal 14 131 159 0.91 0.18 0 0.38 191.59 0.84 0.34
Hex E 83 9F 5B 12 0 26 C0 54 22
Octal 16 203 237 133 22 0 46 300 124 42
Binary 1110 10000011 10011111 1011011 10010 0 100110 11000000 1010100 100010

Color Harmonies of #0E839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E839F

Black with #0E839F

Text Example


Text Example

White with #0E839F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E839F; }

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

 H1.HeaderClassName
 {
   color: #0E839F;
 }
 .AnyTagClassName
 {
   color: #0E839F;
 }
</style>

background-color css

<style>
 a { background-color: #0E839F; }

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

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

border-color css

<style>
 span { border-color: #0E839F; }

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

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