#118195

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

Shades of Eastern Blue #118195

Tints of Eastern Blue #118195

Color information

#118195 (or 0x118195) is unknown color: approx Eastern Blue. HEX triplet: 11, 81 and 95. RGB value is (17,129,149). Sum of RGB (Red+Green+Blue) = 17+129+149=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #118195 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118195 is #EE7E6A. Grayscale: #616161. Windows color (decimal): -15629931 or 9797905. OLE color: 9797905.

HSL color Cylindrical-coordinate representation of color #118195: hue angle of 189.09º 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 #118195 is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB17129149-
CMYK0.890.1300.42
HSL189.09º79.52%32.55%-
HSV(B)189.09º88.59%58.43%-
XYZ13.5117.9931.19-
YUV97.79156.8970.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.76%
GREEN value IS 129 (50.78% from 255) = 43.73%
BLUE value IS 149 (58.59% from 255) = 50.51%
R=5.76%
G=43.73%
B=50.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171291490.890.1300.42189.0979.5232.55
Hex11819559D02Abd5021
Octal212012251311505227512041
Binary100011000000110010101101100111010101010101111011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118195; }

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

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

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

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

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

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

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

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