Html Css Color HEX #118594 Eastern Blue

📋 copy color: '#118594'

red 17 ◦ green 133 ◦ blue 148

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

Shades of Eastern Blue #118594

Tints of Eastern Blue #118594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.63%

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

R = 5.7%
G = 44.63%
B = 49.66%

CMYK

 C value IS 0.89

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#118594 (or 0x118594) is known color: Eastern Blue. HEX triplet: 11, 85 and 94. RGB value is (17,133,148). Sum of RGB (Red+Green+Blue) = 17+133+148=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #118594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118594 is #EE7A6B. Grayscale: #636363. Windows color (decimal): -15628908 or 9733393. OLE color: 9733393.

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

Color convert

RGB 17 133 148 -
CMYK 0.89 0.10 0 0.42
HSL 186.87º 0.79% 0.32% -
HSV(B) 186.87º 0.89% 0.58% -
XYZ 13.96 19.03 30.95 -
YUV 100.03 155.07 68.78 -
System Red Green Blue C M Y K H S L
Decimal 17 133 148 0.89 0.10 0 0.42 186.87 0.79 0.32
Hex 11 85 94 59 A 0 2A BB 4F 20
Octal 21 205 224 131 12 0 52 273 117 40
Binary 10001 10000101 10010100 1011001 1010 0 101010 10111011 1001111 100000

Color Harmonies of #118594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118594

Black with #118594

Text Example


Text Example

White with #118594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118594; }

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

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

background-color css

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

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

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

border-color css

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

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

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