Html Css Color HEX #118092 Eastern Blue

📋 copy color: '#118092'

red 17 ◦ green 128 ◦ blue 146

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

Shades of Eastern Blue #118092

Tints of Eastern Blue #118092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.99%

 BLUE value IS 146 (57.42% from 255) = 50.17%

R = 5.84%
G = 43.99%
B = 50.17%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#118092 (or 0x118092) is known color: Eastern Blue. HEX triplet: 11, 80 and 92. RGB value is (17,128,146). Sum of RGB (Red+Green+Blue) = 17+128+146=291 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.84% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #118092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118092 is #EE7F6D. Grayscale: #606060. Windows color (decimal): -15630190 or 9601041. OLE color: 9601041.

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

Color convert

RGB 17 128 146 -
CMYK 0.88 0.12 0 0.43
HSL 188.37º 0.79% 0.32% -
HSV(B) 188.37º 0.88% 0.57% -
XYZ 13.14 17.63 29.91 -
YUV 96.86 155.73 71.04 -
System Red Green Blue C M Y K H S L
Decimal 17 128 146 0.88 0.12 0 0.43 188.37 0.79 0.32
Hex 11 80 92 58 C 0 2B BC 4F 20
Octal 21 200 222 130 14 0 53 274 117 40
Binary 10001 10000000 10010010 1011000 1100 0 101011 10111100 1001111 100000

Color Harmonies of #118092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118092

Black with #118092

Text Example


Text Example

White with #118092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118092; }

 p { color: rgb(17,128,146); }

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

background-color css

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

 a { background-color: rgb(17,128,146); }

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

border-color css

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

 span { border-color: rgb(17,128,146); }

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