Html Css Color HEX #118293 Eastern Blue

📋 copy color: '#118293'

red 17 ◦ green 130 ◦ blue 147

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

Shades of Eastern Blue #118293

Tints of Eastern Blue #118293

RGB

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

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

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

R = 5.78%
G = 44.22%
B = 50%

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

#118293 (or 0x118293) is known color: Eastern Blue. HEX triplet: 11, 82 and 93. RGB value is (17,130,147). Sum of RGB (Red+Green+Blue) = 17+130+147=294 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.78% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #118293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118293 is #EE7D6C. Grayscale: #616161. Windows color (decimal): -15629677 or 9667089. OLE color: 9667089.

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

Color convert

RGB 17 130 147 -
CMYK 0.88 0.12 0 0.42
HSL 187.85º 0.79% 0.32% -
HSV(B) 187.85º 0.88% 0.58% -
XYZ 13.48 18.19 30.4 -
YUV 98.15 155.56 70.12 -
System Red Green Blue C M Y K H S L
Decimal 17 130 147 0.88 0.12 0 0.42 187.85 0.79 0.32
Hex 11 82 93 58 C 0 2A BC 4F 20
Octal 21 202 223 130 14 0 52 274 117 40
Binary 10001 10000010 10010011 1011000 1100 0 101010 10111100 1001111 100000

Color Harmonies of #118293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118293

Black with #118293

Text Example


Text Example

White with #118293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118293; }

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

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

background-color css

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

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

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

border-color css

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

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

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