Html Css Color HEX #118DA0 Eastern Blue

📋 copy color: '#118DA0'

red 17 ◦ green 141 ◦ blue 160

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

Shades of Eastern Blue #118DA0

Tints of Eastern Blue #118DA0

RGB

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

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

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

R = 5.35%
G = 44.34%
B = 50.31%

CMYK

 C value IS 0.89

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#118DA0 (or 0x118DA0) is known color: Eastern Blue. HEX triplet: 11, 8D and A0. RGB value is (17,141,160). Sum of RGB (Red+Green+Blue) = 17+141+160=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 160 (62.89% from 255 or 50.31% from 318); Max value from RGB is 160 - color contains mainly: blue. Hex color #118DA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118DA0 is #EE725F. Grayscale: #696969. Windows color (decimal): -15626848 or 10521873. OLE color: 10521873.

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

Color convert

RGB 17 141 160 -
CMYK 0.89 0.12 0 0.37
HSL 187.97º 0.81% 0.35% -
HSV(B) 187.97º 0.89% 0.63% -
XYZ 16.1 21.71 36.6 -
YUV 106.09 158.42 64.46 -
System Red Green Blue C M Y K H S L
Decimal 17 141 160 0.89 0.12 0 0.37 187.97 0.81 0.35
Hex 11 8D A0 59 C 0 25 BC 51 23
Octal 21 215 240 131 14 0 45 274 121 43
Binary 10001 10001101 10100000 1011001 1100 0 100101 10111100 1010001 100011

Color Harmonies of #118DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DA0

Black with #118DA0

Text Example


Text Example

White with #118DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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