Html Css Color HEX #118597 Eastern Blue

📋 copy color: '#118597'

red 17 ◦ green 133 ◦ blue 151

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

Shades of Eastern Blue #118597

Tints of Eastern Blue #118597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 50.17%

R = 5.65%
G = 44.19%
B = 50.17%

CMYK

 C value IS 0.89

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#118597 (or 0x118597) is known color: Eastern Blue. HEX triplet: 11, 85 and 97. RGB value is (17,133,151). Sum of RGB (Red+Green+Blue) = 17+133+151=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #118597 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118597 is #EE7A68. Grayscale: #646464. Windows color (decimal): -15628905 or 9930001. OLE color: 9930001.

HSL color Cylindrical-coordinate representation of color #118597: hue angle of 188.06º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #118597 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 133 151 -
CMYK 0.89 0.12 0 0.41
HSL 188.06º 0.8% 0.33% -
HSV(B) 188.06º 0.89% 0.59% -
XYZ 14.2 19.13 32.22 -
YUV 100.37 156.57 68.54 -
System Red Green Blue C M Y K H S L
Decimal 17 133 151 0.89 0.12 0 0.41 188.06 0.8 0.33
Hex 11 85 97 59 C 0 29 BC 50 21
Octal 21 205 227 131 14 0 51 274 120 41
Binary 10001 10000101 10010111 1011001 1100 0 101001 10111100 1010000 100001

Color Harmonies of #118597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118597

Black with #118597

Text Example


Text Example

White with #118597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118597; }

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

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

background-color css

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

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

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

border-color css

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

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

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