Html Css Color HEX #118094 Eastern Blue

📋 copy color: '#118094'

red 17 ◦ green 128 ◦ blue 148

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

Shades of Eastern Blue #118094

Tints of Eastern Blue #118094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 50.51%

R = 5.8%
G = 43.69%
B = 50.51%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#118094 (or 0x118094) is known color: Eastern Blue. HEX triplet: 11, 80 and 94. RGB value is (17,128,148). Sum of RGB (Red+Green+Blue) = 17+128+148=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #118094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118094 is #EE7F6B. Grayscale: #606060. Windows color (decimal): -15630188 or 9732113. OLE color: 9732113.

HSL color Cylindrical-coordinate representation of color #118094: hue angle of 189.16º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #118094 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 128 148 -
CMYK 0.89 0.14 0 0.42
HSL 189.16º 0.79% 0.32% -
HSV(B) 189.16º 0.89% 0.58% -
XYZ 13.3 17.7 30.73 -
YUV 97.09 156.73 70.87 -
System Red Green Blue C M Y K H S L
Decimal 17 128 148 0.89 0.14 0 0.42 189.16 0.79 0.32
Hex 11 80 94 59 E 0 2A BD 4F 20
Octal 21 200 224 131 16 0 52 275 117 40
Binary 10001 10000000 10010100 1011001 1110 0 101010 10111101 1001111 100000

Color Harmonies of #118094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118094

Black with #118094

Text Example


Text Example

White with #118094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118094; }

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

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

background-color css

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

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

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

border-color css

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

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

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