#0e7b99

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

Shades of Eastern Blue #0E7B99

Tints of Eastern Blue #0E7B99

Color information

#0E7B99 (or 0x0E7B99) is unknown color: approx Eastern Blue. HEX triplet: 0E, 7B and 99. RGB value is (14,123,153). Sum of RGB (Red+Green+Blue) = 14+123+153=290 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.83% from 290); Green value is 123 (48.44% from 255 or 42.41% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #0E7B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E7B99 is #F18466. Grayscale: #5D5D5D. Windows color (decimal): -15828071 or 10058510. OLE color: 10058510.

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

Color convert

RGB14123153-
CMYK0.910.2000.4
HSL192.95º83.23%32.75%-
HSV(B)192.95º90.85%60%-
XYZ13.0116.5632.65-
YUV93.83161.3971.06-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.83%
GREEN value IS 123 (48.44% from 255) = 42.41%
BLUE value IS 153 (60.16% from 255) = 52.76%
R=4.83%
G=42.41%
B=52.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal141231530.910.2000.4192.9583.2332.75
HexE7B995B14028c15321
Octal161732311332405030112341
Binary11101111011100110011011011101000101000110000011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e7b99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,123,153); }

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

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

 a { background-color: rgb(14,123,153); }

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

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

 span { border-color: rgb(14,123,153); }

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