Html Css Color HEX #118D9B Eastern Blue

📋 copy color: '#118D9B'

red 17 ◦ green 141 ◦ blue 155

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

Shades of Eastern Blue #118D9B

Tints of Eastern Blue #118D9B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.05%

 BLUE value IS 155 (60.94% from 255) = 49.52%

R = 5.43%
G = 45.05%
B = 49.52%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#118D9B (or 0x118D9B) is known color: Eastern Blue. HEX triplet: 11, 8D and 9B. RGB value is (17,141,155). Sum of RGB (Red+Green+Blue) = 17+141+155=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #118D9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118D9B is #EE7264. Grayscale: #696969. Windows color (decimal): -15626853 or 10194193. OLE color: 10194193.

HSL color Cylindrical-coordinate representation of color #118D9B: hue angle of 186.09º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #118D9B is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 17 141 155 -
CMYK 0.89 0.09 0 0.39
HSL 186.09º 0.8% 0.34% -
HSV(B) 186.09º 0.89% 0.61% -
XYZ 15.67 21.54 34.34 -
YUV 105.52 155.92 64.86 -
System Red Green Blue C M Y K H S L
Decimal 17 141 155 0.89 0.09 0 0.39 186.09 0.8 0.34
Hex 11 8D 9B 59 9 0 27 BA 50 22
Octal 21 215 233 131 11 0 47 272 120 42
Binary 10001 10001101 10011011 1011001 1001 0 100111 10111010 1010000 100010

Color Harmonies of #118D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118D9B

Black with #118D9B

Text Example


Text Example

White with #118D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118D9B; }

 p { color: rgb(17,141,155); }

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

background-color css

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

 a { background-color: rgb(17,141,155); }

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

border-color css

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

 span { border-color: rgb(17,141,155); }

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