Html Css Color HEX #118BA2 Eastern Blue

📋 copy color: '#118BA2'

red 17 ◦ green 139 ◦ blue 162

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

Shades of Eastern Blue #118BA2

Tints of Eastern Blue #118BA2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.71%

 BLUE value IS 162 (63.67% from 255) = 50.94%

R = 5.35%
G = 43.71%
B = 50.94%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#118BA2 (or 0x118BA2) is known color: Eastern Blue. HEX triplet: 11, 8B and A2. RGB value is (17,139,162). Sum of RGB (Red+Green+Blue) = 17+139+162=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 162 (63.67% from 255 or 50.94% from 318); Max value from RGB is 162 - color contains mainly: blue. Hex color #118BA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118BA2 is #EE745D. Grayscale: #686868. Windows color (decimal): -15627358 or 10652433. OLE color: 10652433.

HSL color Cylindrical-coordinate representation of color #118BA2: hue angle of 189.52º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #118BA2 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 139 162 -
CMYK 0.90 0.14 0 0.36
HSL 189.52º 0.81% 0.35% -
HSV(B) 189.52º 0.9% 0.64% -
XYZ 15.99 21.19 37.43 -
YUV 105.14 160.08 65.13 -
System Red Green Blue C M Y K H S L
Decimal 17 139 162 0.90 0.14 0 0.36 189.52 0.81 0.35
Hex 11 8B A2 5A E 0 24 BE 51 23
Octal 21 213 242 132 16 0 44 276 121 43
Binary 10001 10001011 10100010 1011010 1110 0 100100 10111110 1010001 100011

Color Harmonies of #118BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118BA2

Black with #118BA2

Text Example


Text Example

White with #118BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,139,162); }

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

background-color css

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

 a { background-color: rgb(17,139,162); }

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

border-color css

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

 span { border-color: rgb(17,139,162); }

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