#0E959B

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

Shades of Eastern Blue #0E959B

Tints of Eastern Blue #0E959B

Color information

#0E959B (or 0x0E959B) is unknown color: approx Eastern Blue. HEX triplet: 0E, 95 and 9B. RGB value is (14,149,155). Sum of RGB (Red+Green+Blue) = 14+149+155=318 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.40% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E959B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E959B is #F16A64. Grayscale: #6D6D6D. Windows color (decimal): -15821413 or 10196238. OLE color: 10196238.

HSL color Cylindrical-coordinate representation of color #0E959B: hue angle of 182.55º 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 #0E959B is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14149155-
CMYK0.910.0400.39
HSL182.55º83.43%33.14%-
HSV(B)182.55º90.97%60.78%-
XYZ16.8423.9534.75-
YUV109.32153.7760.01-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.40%
GREEN value IS 149 (58.59% from 255) = 46.86%
BLUE value IS 155 (60.94% from 255) = 48.74%
R=4.40%
G=46.86%
B=48.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141491550.910.0400.39182.5583.4333.14
HexE959B5B4027b75321
Octal16225233133404726712341
Binary1110100101011001101110110111000100111101101111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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