Html Css Color HEX #118694 Eastern Blue

📋 copy color: '#118694'

red 17 ◦ green 134 ◦ blue 148

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

Shades of Eastern Blue #118694

Tints of Eastern Blue #118694

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.82%

 BLUE value IS 148 (58.2% from 255) = 49.5%

R = 5.69%
G = 44.82%
B = 49.5%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#118694 (or 0x118694) is known color: Eastern Blue. HEX triplet: 11, 86 and 94. RGB value is (17,134,148). Sum of RGB (Red+Green+Blue) = 17+134+148=299 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.69% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #118694 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118694 is #EE796B. Grayscale: #646464. Windows color (decimal): -15628652 or 9733649. OLE color: 9733649.

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

Color convert

RGB 17 134 148 -
CMYK 0.89 0.09 0 0.42
HSL 186.41º 0.79% 0.32% -
HSV(B) 186.41º 0.89% 0.58% -
XYZ 14.1 19.31 31 -
YUV 100.61 154.74 68.36 -
System Red Green Blue C M Y K H S L
Decimal 17 134 148 0.89 0.09 0 0.42 186.41 0.79 0.32
Hex 11 86 94 59 9 0 2A BA 4F 20
Octal 21 206 224 131 11 0 52 272 117 40
Binary 10001 10000110 10010100 1011001 1001 0 101010 10111010 1001111 100000

Color Harmonies of #118694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118694

Black with #118694

Text Example


Text Example

White with #118694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118694; }

 p { color: rgb(17,134,148); }

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

background-color css

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

 a { background-color: rgb(17,134,148); }

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

border-color css

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

 span { border-color: rgb(17,134,148); }

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