Html Css Color HEX #118099 Eastern Blue

📋 copy color: '#118099'

red 17 ◦ green 128 ◦ blue 153

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

Shades of Eastern Blue #118099

Tints of Eastern Blue #118099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.95%

 BLUE value IS 153 (60.16% from 255) = 51.34%

R = 5.7%
G = 42.95%
B = 51.34%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#118099 (or 0x118099) is known color: Eastern Blue. HEX triplet: 11, 80 and 99. RGB value is (17,128,153). Sum of RGB (Red+Green+Blue) = 17+128+153=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #118099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118099 is #EE7F66. Grayscale: #616161. Windows color (decimal): -15630183 or 10059793. OLE color: 10059793.

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

Color convert

RGB 17 128 153 -
CMYK 0.89 0.16 0 0.4
HSL 191.03º 0.8% 0.33% -
HSV(B) 191.03º 0.89% 0.6% -
XYZ 13.7 17.86 32.86 -
YUV 97.66 159.23 70.47 -
System Red Green Blue C M Y K H S L
Decimal 17 128 153 0.89 0.16 0 0.4 191.03 0.8 0.33
Hex 11 80 99 59 10 0 28 BF 50 21
Octal 21 200 231 131 20 0 50 277 120 41
Binary 10001 10000000 10011001 1011001 10000 0 101000 10111111 1010000 100001

Color Harmonies of #118099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118099

Black with #118099

Text Example


Text Example

White with #118099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118099; }

 p { color: rgb(17,128,153); }

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

background-color css

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

 a { background-color: rgb(17,128,153); }

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

border-color css

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

 span { border-color: rgb(17,128,153); }

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