Html Css Color HEX #118494 Eastern Blue

📋 copy color: '#118494'

red 17 ◦ green 132 ◦ blue 148

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

Shades of Eastern Blue #118494

Tints of Eastern Blue #118494

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.44%

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

R = 5.72%
G = 44.44%
B = 49.83%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#118494 (or 0x118494) is known color: Eastern Blue. HEX triplet: 11, 84 and 94. RGB value is (17,132,148). Sum of RGB (Red+Green+Blue) = 17+132+148=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #118494 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118494 is #EE7B6B. Grayscale: #636363. Windows color (decimal): -15629164 or 9733137. OLE color: 9733137.

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

Color convert

RGB 17 132 148 -
CMYK 0.89 0.11 0 0.42
HSL 187.33º 0.79% 0.32% -
HSV(B) 187.33º 0.89% 0.58% -
XYZ 13.83 18.76 30.91 -
YUV 99.44 155.4 69.2 -
System Red Green Blue C M Y K H S L
Decimal 17 132 148 0.89 0.11 0 0.42 187.33 0.79 0.32
Hex 11 84 94 59 B 0 2A BB 4F 20
Octal 21 204 224 131 13 0 52 273 117 40
Binary 10001 10000100 10010100 1011001 1011 0 101010 10111011 1001111 100000

Color Harmonies of #118494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118494

Black with #118494

Text Example


Text Example

White with #118494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118494; }

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

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

background-color css

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

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

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

border-color css

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

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

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