Html Css Color HEX #118395 Eastern Blue

📋 copy color: '#118395'

red 17 ◦ green 131 ◦ blue 149

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

Shades of Eastern Blue #118395

Tints of Eastern Blue #118395

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.11%

 BLUE value IS 149 (58.59% from 255) = 50.17%

R = 5.72%
G = 44.11%
B = 50.17%

CMYK

 C value IS 0.89

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#118395 (or 0x118395) is known color: Eastern Blue. HEX triplet: 11, 83 and 95. RGB value is (17,131,149). Sum of RGB (Red+Green+Blue) = 17+131+149=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #118395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118395 is #EE7C6A. Grayscale: #626262. Windows color (decimal): -15629419 or 9798417. OLE color: 9798417.

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

Color convert

RGB 17 131 149 -
CMYK 0.89 0.12 0 0.42
HSL 188.18º 0.8% 0.33% -
HSV(B) 188.18º 0.89% 0.58% -
XYZ 13.77 18.52 31.28 -
YUV 98.97 156.23 69.54 -
System Red Green Blue C M Y K H S L
Decimal 17 131 149 0.89 0.12 0 0.42 188.18 0.8 0.33
Hex 11 83 95 59 C 0 2A BC 50 21
Octal 21 203 225 131 14 0 52 274 120 41
Binary 10001 10000011 10010101 1011001 1100 0 101010 10111100 1010000 100001

Color Harmonies of #118395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118395

Black with #118395

Text Example


Text Example

White with #118395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118395; }

 p { color: rgb(17,131,149); }

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

background-color css

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

 a { background-color: rgb(17,131,149); }

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

border-color css

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

 span { border-color: rgb(17,131,149); }

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