#0E8CA5

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

Shades of Eastern Blue #0E8CA5

Tints of Eastern Blue #0E8CA5

Color information

#0E8CA5 (or 0x0E8CA5) is unknown color: approx Eastern Blue. HEX triplet: 0E, 8C and A5. RGB value is (14,140,165). Sum of RGB (Red+Green+Blue) = 14+140+165=319 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.39% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 165 (64.84% from 255 or 51.72% from 319); Max value from RGB is 165 - color contains mainly: blue. Hex color #0E8CA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8CA5 is #F1735A. Grayscale: #686868. Windows color (decimal): -15823707 or 10849294. OLE color: 10849294.

HSL color Cylindrical-coordinate representation of color #0E8CA5: hue angle of 189.93º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E8CA5 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14140165-
CMYK0.920.1500.35
HSL189.93º84.36%35.1%-
HSV(B)189.93º91.52%64.71%-
XYZ16.3521.5738.9-
YUV105.18161.7662.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.39%
GREEN value IS 140 (55.08% from 255) = 43.89%
BLUE value IS 165 (64.84% from 255) = 51.72%
R=4.39%
G=43.89%
B=51.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141401650.920.1500.35189.9384.3635.1
HexE8CA55CF023be5423
Octal162142451341704327612443
Binary11101000110010100101101110011110100011101111101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,140,165); }

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

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

 a { background-color: rgb(14,140,165); }

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

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

 span { border-color: rgb(14,140,165); }

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