Html Css Color HEX #118297 Eastern Blue

📋 copy color: '#118297'

red 17 ◦ green 130 ◦ blue 151

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

Shades of Eastern Blue #118297

Tints of Eastern Blue #118297

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.62%

 BLUE value IS 151 (59.38% from 255) = 50.67%

R = 5.7%
G = 43.62%
B = 50.67%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#118297 (or 0x118297) is known color: Eastern Blue. HEX triplet: 11, 82 and 97. RGB value is (17,130,151). Sum of RGB (Red+Green+Blue) = 17+130+151=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #118297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118297 is #EE7D68. Grayscale: #626262. Windows color (decimal): -15629673 or 9929233. OLE color: 9929233.

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

Color convert

RGB 17 130 151 -
CMYK 0.89 0.14 0 0.41
HSL 189.4º 0.8% 0.33% -
HSV(B) 189.4º 0.89% 0.59% -
XYZ 13.8 18.32 32.09 -
YUV 98.61 157.56 69.79 -
System Red Green Blue C M Y K H S L
Decimal 17 130 151 0.89 0.14 0 0.41 189.4 0.8 0.33
Hex 11 82 97 59 E 0 29 BD 50 21
Octal 21 202 227 131 16 0 51 275 120 41
Binary 10001 10000010 10010111 1011001 1110 0 101001 10111101 1010000 100001

Color Harmonies of #118297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118297

Black with #118297

Text Example


Text Example

White with #118297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118297; }

 p { color: rgb(17,130,151); }

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

background-color css

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

 a { background-color: rgb(17,130,151); }

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

border-color css

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

 span { border-color: rgb(17,130,151); }

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