#118497

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

Shades of Eastern Blue #118497

Tints of Eastern Blue #118497

Color information

#118497 (or 0x118497) is unknown color: approx Eastern Blue. HEX triplet: 11, 84 and 97. RGB value is (17,132,151). Sum of RGB (Red+Green+Blue) = 17+132+151=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 151 (59.38% from 255 or 50.33% from 300); Max value from RGB is 151 - color contains mainly: blue. Hex color #118497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118497 is #EE7B68. Grayscale: #636363. Windows color (decimal): -15629161 or 9929745. OLE color: 9929745.

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

Color convert

RGB17132151-
CMYK0.890.1300.41
HSL188.51º79.76%32.94%-
HSV(B)188.51º88.74%59.22%-
XYZ14.0718.8632.18-
YUV99.78156.968.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.67%
GREEN value IS 132 (51.95% from 255) = 44%
BLUE value IS 151 (59.38% from 255) = 50.33%
R=5.67%
G=44%
B=50.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal171321510.890.1300.41188.5179.7632.94
Hex11849759D029bd5021
Octal212042271311505127512041
Binary100011000010010010111101100111010101001101111011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118497; }

 p { color: rgb(17,132,151); }

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

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

 a { background-color: rgb(17,132,151); }

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

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

 span { border-color: rgb(17,132,151); }

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