Html Css Color HEX #0E839B Eastern Blue

📋 copy color: '#0E839B'

red 14 ◦ green 131 ◦ blue 155

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

Shades of Eastern Blue #0E839B

Tints of Eastern Blue #0E839B

RGB

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

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

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

R = 4.67%
G = 43.67%
B = 51.67%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0E839B (or 0x0E839B) is known color: Eastern Blue. HEX triplet: 0E, 83 and 9B. RGB value is (14,131,155). Sum of RGB (Red+Green+Blue) = 14+131+155=300 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.67% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E839B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E839B is #F17C64. Grayscale: #626262. Windows color (decimal): -15826021 or 10191630. OLE color: 10191630.

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

Color convert

RGB 14 131 155 -
CMYK 0.91 0.15 0 0.39
HSL 190.21º 0.83% 0.33% -
HSV(B) 190.21º 0.91% 0.61% -
XYZ 14.21 18.69 33.87 -
YUV 98.75 159.74 67.55 -
System Red Green Blue C M Y K H S L
Decimal 14 131 155 0.91 0.15 0 0.39 190.21 0.83 0.33
Hex E 83 9B 5B F 0 27 BE 53 21
Octal 16 203 233 133 17 0 47 276 123 41
Binary 1110 10000011 10011011 1011011 1111 0 100111 10111110 1010011 100001

Color Harmonies of #0E839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E839B

Black with #0E839B

Text Example


Text Example

White with #0E839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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