#0E93A7

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

Shades of Eastern Blue #0E93A7

Tints of Eastern Blue #0E93A7

Color information

#0E93A7 (or 0x0E93A7) is unknown color: approx Eastern Blue. HEX triplet: 0E, 93 and A7. RGB value is (14,147,167). Sum of RGB (Red+Green+Blue) = 14+147+167=328 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.27% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 167 (65.62% from 255 or 50.91% from 328); Max value from RGB is 167 - color contains mainly: blue. Hex color #0E93A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E93A7 is #F16C58. Grayscale: #6D6D6D. Windows color (decimal): -15821913 or 10982158. OLE color: 10982158.

HSL color Cylindrical-coordinate representation of color #0E93A7: hue angle of 187.84º degrees, saturation: 0.85, 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 #0E93A7 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14147167-
CMYK0.920.1200.35
HSL187.84º84.53%35.49%-
HSV(B)187.84º91.62%65.49%-
XYZ17.5923.7540.22-
YUV109.51160.4459.87-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.27%
GREEN value IS 147 (57.81% from 255) = 44.82%
BLUE value IS 167 (65.62% from 255) = 50.91%
R=4.27%
G=44.82%
B=50.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141471670.920.1200.35187.8484.5335.49
HexE93A75CC023bc5523
Octal162232471341404327412543
Binary11101001001110100111101110011000100011101111001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E93A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,147,167); }

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

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

 a { background-color: rgb(14,147,167); }

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

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

 span { border-color: rgb(14,147,167); }

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