#118494

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

Shades of Eastern Blue #118494

Tints of Eastern Blue #118494

Color information

#118494 (or 0x118494) is unknown color: approx Eastern Blue. HEX triplet: 11, 84 and 94. RGB value is (17,132,148). Sum of RGB (Red+Green+Blue) = 17+132+148=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #118494 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118494 is #EE7B6B. Grayscale: #636363. Windows color (decimal): -15629164 or 9733137. OLE color: 9733137.

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

Color convert

RGB17132148-
CMYK0.890.1100.42
HSL187.33º79.39%32.35%-
HSV(B)187.33º88.51%58.04%-
XYZ13.8318.7630.91-
YUV99.44155.469.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.72%
GREEN value IS 132 (51.95% from 255) = 44.44%
BLUE value IS 148 (58.20% from 255) = 49.83%
R=5.72%
G=44.44%
B=49.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171321480.890.1100.42187.3379.3932.35
Hex11849459B02Abb4f20
Octal212042241311305227311740
Binary100011000010010010100101100110110101010101110111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118494; }

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

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

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

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

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

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

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

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