Html Css Color HEX #118496 Eastern Blue

📋 copy color: '#118496'

red 17 ◦ green 132 ◦ blue 150

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

Shades of Eastern Blue #118496

Tints of Eastern Blue #118496

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.15%

 BLUE value IS 150 (58.98% from 255) = 50.17%

R = 5.69%
G = 44.15%
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

#118496 (or 0x118496) is known color: Eastern Blue. HEX triplet: 11, 84 and 96. RGB value is (17,132,150). Sum of RGB (Red+Green+Blue) = 17+132+150=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #118496 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118496 is #EE7B69. Grayscale: #636363. Windows color (decimal): -15629162 or 9864209. OLE color: 9864209.

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

Color convert

RGB 17 132 150 -
CMYK 0.89 0.12 0 0.41
HSL 188.12º 0.8% 0.33% -
HSV(B) 188.12º 0.89% 0.59% -
XYZ 13.99 18.82 31.75 -
YUV 99.67 156.4 69.04 -
System Red Green Blue C M Y K H S L
Decimal 17 132 150 0.89 0.12 0 0.41 188.12 0.8 0.33
Hex 11 84 96 59 C 0 29 BC 50 21
Octal 21 204 226 131 14 0 51 274 120 41
Binary 10001 10000100 10010110 1011001 1100 0 101001 10111100 1010000 100001

Color Harmonies of #118496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118496

Black with #118496

Text Example


Text Example

White with #118496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118496; }

 p { color: rgb(17,132,150); }

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

background-color css

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

 a { background-color: rgb(17,132,150); }

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

border-color css

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

 span { border-color: rgb(17,132,150); }

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