Html Css Color HEX #118193 Eastern Blue

📋 copy color: '#118193'

red 17 ◦ green 129 ◦ blue 147

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

Shades of Eastern Blue #118193

Tints of Eastern Blue #118193

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.03%

 BLUE value IS 147 (57.81% from 255) = 50.17%

R = 5.8%
G = 44.03%
B = 50.17%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#118193 (or 0x118193) is known color: Eastern Blue. HEX triplet: 11, 81 and 93. RGB value is (17,129,147). Sum of RGB (Red+Green+Blue) = 17+129+147=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #118193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118193 is #EE7E6C. Grayscale: #616161. Windows color (decimal): -15629933 or 9666833. OLE color: 9666833.

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

Color convert

RGB 17 129 147 -
CMYK 0.88 0.12 0 0.42
HSL 188.31º 0.79% 0.32% -
HSV(B) 188.31º 0.88% 0.58% -
XYZ 13.35 17.93 30.36 -
YUV 97.56 155.89 70.54 -
System Red Green Blue C M Y K H S L
Decimal 17 129 147 0.88 0.12 0 0.42 188.31 0.79 0.32
Hex 11 81 93 58 C 0 2A BC 4F 20
Octal 21 201 223 130 14 0 52 274 117 40
Binary 10001 10000001 10010011 1011000 1100 0 101010 10111100 1001111 100000

Color Harmonies of #118193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118193

Black with #118193

Text Example


Text Example

White with #118193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118193; }

 p { color: rgb(17,129,147); }

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

background-color css

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

 a { background-color: rgb(17,129,147); }

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

border-color css

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

 span { border-color: rgb(17,129,147); }

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