Html Css Color HEX #118EA0 Eastern Blue

📋 copy color: '#118EA0'

red 17 ◦ green 142 ◦ blue 160

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

Shades of Eastern Blue #118EA0

Tints of Eastern Blue #118EA0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.51%

 BLUE value IS 160 (62.89% from 255) = 50.16%

R = 5.33%
G = 44.51%
B = 50.16%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#118EA0 (or 0x118EA0) is known color: Eastern Blue. HEX triplet: 11, 8E and A0. RGB value is (17,142,160). Sum of RGB (Red+Green+Blue) = 17+142+160=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 160 (62.89% from 255 or 50.16% from 319); Max value from RGB is 160 - color contains mainly: blue. Hex color #118EA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118EA0 is #EE715F. Grayscale: #6A6A6A. Windows color (decimal): -15626592 or 10522129. OLE color: 10522129.

HSL color Cylindrical-coordinate representation of color #118EA0: hue angle of 187.55º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #118EA0 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 17 142 160 -
CMYK 0.89 0.11 0 0.37
HSL 187.55º 0.81% 0.35% -
HSV(B) 187.55º 0.89% 0.63% -
XYZ 16.25 22 36.65 -
YUV 106.68 158.09 64.04 -
System Red Green Blue C M Y K H S L
Decimal 17 142 160 0.89 0.11 0 0.37 187.55 0.81 0.35
Hex 11 8E A0 59 B 0 25 BC 51 23
Octal 21 216 240 131 13 0 45 274 121 43
Binary 10001 10001110 10100000 1011001 1011 0 100101 10111100 1010001 100011

Color Harmonies of #118EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118EA0

Black with #118EA0

Text Example


Text Example

White with #118EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,142,160); }

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

background-color css

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

 a { background-color: rgb(17,142,160); }

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

border-color css

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

 span { border-color: rgb(17,142,160); }

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