Html Css Color HEX #118295 Eastern Blue

📋 copy color: '#118295'

red 17 ◦ green 130 ◦ blue 149

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

Shades of Eastern Blue #118295

Tints of Eastern Blue #118295

RGB

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

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

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

R = 5.74%
G = 43.92%
B = 50.34%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#118295 (or 0x118295) is known color: Eastern Blue. HEX triplet: 11, 82 and 95. RGB value is (17,130,149). Sum of RGB (Red+Green+Blue) = 17+130+149=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #118295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118295 is #EE7D6A. Grayscale: #626262. Windows color (decimal): -15629675 or 9798161. OLE color: 9798161.

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

Color convert

RGB 17 130 149 -
CMYK 0.89 0.13 0 0.42
HSL 188.64º 0.8% 0.33% -
HSV(B) 188.64º 0.89% 0.58% -
XYZ 13.64 18.25 31.24 -
YUV 98.38 156.56 69.96 -
System Red Green Blue C M Y K H S L
Decimal 17 130 149 0.89 0.13 0 0.42 188.64 0.8 0.33
Hex 11 82 95 59 D 0 2A BD 50 21
Octal 21 202 225 131 15 0 52 275 120 41
Binary 10001 10000010 10010101 1011001 1101 0 101010 10111101 1010000 100001

Color Harmonies of #118295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118295

Black with #118295

Text Example


Text Example

White with #118295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118295; }

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

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

background-color css

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

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

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

border-color css

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

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

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