Html Css Color HEX #118595 Eastern Blue

📋 copy color: '#118595'

red 17 ◦ green 133 ◦ blue 149

#118595
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #118595

Tints of Eastern Blue #118595

RGB

 RED value IS 17 (7.03% from 255) = 5.69%

 GREEN value IS 133 (52.34% from 255) = 44.48%

 BLUE value IS 149 (58.59% from 255) = 49.83%

R = 5.69%
G = 44.48%
B = 49.83%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#118595 (or 0x118595) is known color: Eastern Blue. HEX triplet: 11, 85 and 95. RGB value is (17,133,149). Sum of RGB (Red+Green+Blue) = 17+133+149=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #118595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118595 is #EE7A6A. Grayscale: #636363. Windows color (decimal): -15628907 or 9798929. OLE color: 9798929.

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

Color convert

RGB 17 133 149 -
CMYK 0.89 0.11 0 0.42
HSL 187.27º 0.8% 0.33% -
HSV(B) 187.27º 0.89% 0.58% -
XYZ 14.04 19.06 31.37 -
YUV 100.14 155.57 68.7 -
System Red Green Blue C M Y K H S L
Decimal 17 133 149 0.89 0.11 0 0.42 187.27 0.8 0.33
Hex 11 85 95 59 B 0 2A BB 50 21
Octal 21 205 225 131 13 0 52 273 120 41
Binary 10001 10000101 10010101 1011001 1011 0 101010 10111011 1010000 100001

Color Harmonies of #118595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118595

Black with #118595

Text Example


Text Example

White with #118595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118595; }

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

 H1.HeaderClassName
 {
   color: #118595;
 }
 .AnyTagClassName
 {
   color: #118595;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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