#0E8094

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

Shades of Eastern Blue #0E8094

Tints of Eastern Blue #0E8094

Color information

#0E8094 (or 0x0E8094) is unknown color: approx Eastern Blue. HEX triplet: 0E, 80 and 94. RGB value is (14,128,148). Sum of RGB (Red+Green+Blue) = 14+128+148=290 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.83% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #0E8094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8094 is #F17F6B. Grayscale: #606060. Windows color (decimal): -15826796 or 9732110. OLE color: 9732110.

HSL color Cylindrical-coordinate representation of color #0E8094: hue angle of 188.96º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E8094 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14128148-
CMYK0.910.1400.42
HSL188.96º82.72%31.76%-
HSV(B)188.96º90.54%58.04%-
XYZ13.2517.6730.73-
YUV96.19157.2369.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.83%
GREEN value IS 128 (50.39% from 255) = 44.14%
BLUE value IS 148 (58.20% from 255) = 51.03%
R=4.83%
G=44.14%
B=51.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141281480.910.1400.42188.9682.7231.76
HexE80945BE02Abd5320
Octal162002241331605227512340
Binary11101000000010010100101101111100101010101111011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,128,148); }

 H1.HeaderClassName
 {
   color: #0E8094;
 }
 .AnyTagClassName
 {
   color: #0E8094;
 }
</style>
background-color css

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

 a { background-color: rgb(14,128,148); }

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

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

 span { border-color: rgb(14,128,148); }

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