#118095

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

Shades of Eastern Blue #118095

Tints of Eastern Blue #118095

Color information

#118095 (or 0x118095) is unknown color: approx Eastern Blue. HEX triplet: 11, 80 and 95. RGB value is (17,128,149). Sum of RGB (Red+Green+Blue) = 17+128+149=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #118095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118095 is #EE7F6A. Grayscale: #616161. Windows color (decimal): -15630187 or 9797649. OLE color: 9797649.

HSL color Cylindrical-coordinate representation of color #118095: hue angle of 189.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #118095 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB17128149-
CMYK0.890.1400.42
HSL189.55º79.52%32.55%-
HSV(B)189.55º88.59%58.43%-
XYZ13.3817.7331.15-
YUV97.2157.2370.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.78%
GREEN value IS 128 (50.39% from 255) = 43.54%
BLUE value IS 149 (58.59% from 255) = 50.68%
R=5.78%
G=43.54%
B=50.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171281490.890.1400.42189.5579.5232.55
Hex11809559E02Abe5021
Octal212002251311605227612041
Binary100011000000010010101101100111100101010101111101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118095; }

 p { color: rgb(17,128,149); }

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

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

 a { background-color: rgb(17,128,149); }

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

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

 span { border-color: rgb(17,128,149); }

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