#118292

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

Shades of Eastern Blue #118292

Tints of Eastern Blue #118292

Color information

#118292 (or 0x118292) is unknown color: approx Eastern Blue. HEX triplet: 11, 82 and 92. RGB value is (17,130,146). Sum of RGB (Red+Green+Blue) = 17+130+146=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #118292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118292 is #EE7D6D. Grayscale: #616161. Windows color (decimal): -15629678 or 9601553. OLE color: 9601553.

HSL color Cylindrical-coordinate representation of color #118292: hue angle of 187.44º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118292 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB17130146-
CMYK0.880.1100.43
HSL187.44º79.14%31.96%-
HSV(B)187.44º88.36%57.25%-
XYZ13.418.1629.99-
YUV98.04155.0670.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.80%
GREEN value IS 130 (51.17% from 255) = 44.37%
BLUE value IS 146 (57.42% from 255) = 49.83%
R=5.80%
G=44.37%
B=49.83%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal171301460.880.1100.43187.4479.1431.96
Hex11829258B02Bbb4f20
Octal212022221301305327311740
Binary100011000001010010010101100010110101011101110111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118292; }

 p { color: rgb(17,130,146); }

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

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

 a { background-color: rgb(17,130,146); }

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

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

 span { border-color: rgb(17,130,146); }

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