#0E819D

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

Shades of Eastern Blue #0E819D

Tints of Eastern Blue #0E819D

Color information

#0E819D (or 0x0E819D) is unknown color: approx Eastern Blue. HEX triplet: 0E, 81 and 9D. RGB value is (14,129,157). Sum of RGB (Red+Green+Blue) = 14+129+157=300 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.67% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #0E819D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E819D is #F17E62. Grayscale: #616161. Windows color (decimal): -15826531 or 10322190. OLE color: 10322190.

HSL color Cylindrical-coordinate representation of color #0E819D: hue angle of 191.75º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E819D is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14129157-
CMYK0.910.1800.38
HSL191.75º83.63%33.53%-
HSV(B)191.75º91.08%61.57%-
XYZ14.1218.2334.67-
YUV97.81161.468.22-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.67%
GREEN value IS 129 (50.78% from 255) = 43%
BLUE value IS 157 (61.72% from 255) = 52.33%
R=4.67%
G=43%
B=52.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141291570.910.1800.38191.7583.6333.53
HexE819D5B12026c05422
Octal162012351332204630012442
Binary111010000001100111011011011100100100110110000001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,129,157); }

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

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

 a { background-color: rgb(14,129,157); }

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

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

 span { border-color: rgb(14,129,157); }

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