#0E8298

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

Shades of Eastern Blue #0E8298

Tints of Eastern Blue #0E8298

Color information

#0E8298 (or 0x0E8298) is unknown color: approx Eastern Blue. HEX triplet: 0E, 82 and 98. RGB value is (14,130,152). Sum of RGB (Red+Green+Blue) = 14+130+152=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #0E8298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8298 is #F17D67. Grayscale: #616161. Windows color (decimal): -15826280 or 9994766. OLE color: 9994766.

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

Color convert

RGB14130152-
CMYK0.910.1400.40
HSL189.57º83.13%32.55%-
HSV(B)189.57º90.79%59.61%-
XYZ13.8318.3332.51-
YUV97.82158.5768.21-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.73%
GREEN value IS 130 (51.17% from 255) = 43.92%
BLUE value IS 152 (59.77% from 255) = 51.35%
R=4.73%
G=43.92%
B=51.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141301520.910.1400.40189.5783.1332.55
HexE82985BE028be5321
Octal162022301331605027612341
Binary11101000001010011000101101111100101000101111101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,130,152); }

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

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

 a { background-color: rgb(14,130,152); }

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

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

 span { border-color: rgb(14,130,152); }

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