#118795

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

Shades of Eastern Blue #118795

Tints of Eastern Blue #118795

Color information

#118795 (or 0x118795) is unknown color: approx Eastern Blue. HEX triplet: 11, 87 and 95. RGB value is (17,135,149). Sum of RGB (Red+Green+Blue) = 17+135+149=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #118795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118795 is #EE786A. Grayscale: #656565. Windows color (decimal): -15628395 or 9799441. OLE color: 9799441.

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

Color convert

RGB17135149-
CMYK0.890.0900.42
HSL186.36º79.52%32.55%-
HSV(B)186.36º88.59%58.43%-
XYZ14.3219.6231.47-
YUV101.31154.9167.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.65%
GREEN value IS 135 (53.12% from 255) = 44.85%
BLUE value IS 149 (58.59% from 255) = 49.50%
R=5.65%
G=44.85%
B=49.50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171351490.890.0900.42186.3679.5232.55
Hex11879559902Aba5021
Octal212072251311105227212041
Binary100011000011110010101101100110010101010101110101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118795; }

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

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

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

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

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

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

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

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