Html Css Color HEX #118593 Eastern Blue

📋 copy color: '#118593'

red 17 ◦ green 133 ◦ blue 147

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

Shades of Eastern Blue #118593

Tints of Eastern Blue #118593

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.78%

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

R = 5.72%
G = 44.78%
B = 49.49%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#118593 (or 0x118593) is known color: Eastern Blue. HEX triplet: 11, 85 and 93. RGB value is (17,133,147). Sum of RGB (Red+Green+Blue) = 17+133+147=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #118593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118593 is #EE7A6C. Grayscale: #636363. Windows color (decimal): -15628909 or 9667857. OLE color: 9667857.

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

Color convert

RGB 17 133 147 -
CMYK 0.88 0.10 0 0.42
HSL 186.46º 0.79% 0.32% -
HSV(B) 186.46º 0.88% 0.58% -
XYZ 13.89 19 30.54 -
YUV 99.91 154.57 68.86 -
System Red Green Blue C M Y K H S L
Decimal 17 133 147 0.88 0.10 0 0.42 186.46 0.79 0.32
Hex 11 85 93 58 A 0 2A BA 4F 20
Octal 21 205 223 130 12 0 52 272 117 40
Binary 10001 10000101 10010011 1011000 1010 0 101010 10111010 1001111 100000

Color Harmonies of #118593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118593

Black with #118593

Text Example


Text Example

White with #118593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118593; }

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

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

background-color css

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

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

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

border-color css

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

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

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