Html Css Color HEX #118299 Eastern Blue

📋 copy color: '#118299'

red 17 ◦ green 130 ◦ blue 153

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

Shades of Eastern Blue #118299

Tints of Eastern Blue #118299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51%

R = 5.67%
G = 43.33%
B = 51%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#118299 (or 0x118299) is known color: Eastern Blue. HEX triplet: 11, 82 and 99. RGB value is (17,130,153). Sum of RGB (Red+Green+Blue) = 17+130+153=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #118299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118299 is #EE7D66. Grayscale: #626262. Windows color (decimal): -15629671 or 10060305. OLE color: 10060305.

HSL color Cylindrical-coordinate representation of color #118299: hue angle of 190.15º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #118299 is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 17 130 153 -
CMYK 0.89 0.15 0 0.4
HSL 190.15º 0.8% 0.33% -
HSV(B) 190.15º 0.89% 0.6% -
XYZ 13.96 18.38 32.95 -
YUV 98.84 158.56 69.63 -
System Red Green Blue C M Y K H S L
Decimal 17 130 153 0.89 0.15 0 0.4 190.15 0.8 0.33
Hex 11 82 99 59 F 0 28 BE 50 21
Octal 21 202 231 131 17 0 50 276 120 41
Binary 10001 10000010 10011001 1011001 1111 0 101000 10111110 1010000 100001

Color Harmonies of #118299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118299

Black with #118299

Text Example


Text Example

White with #118299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118299; }

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

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

background-color css

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

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

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

border-color css

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

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

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