Html Css Color HEX #118CAA Eastern Blue

📋 copy color: '#118CAA'

red 17 ◦ green 140 ◦ blue 170

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

Shades of Eastern Blue #118CAA

Tints of Eastern Blue #118CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.81%

 BLUE value IS 170 (66.8% from 255) = 51.99%

R = 5.2%
G = 42.81%
B = 51.99%

CMYK

 C value IS 0.9

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#118CAA (or 0x118CAA) is known color: Eastern Blue. HEX triplet: 11, 8C and AA. RGB value is (17,140,170). Sum of RGB (Red+Green+Blue) = 17+140+170=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #118CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118CAA is #EE7355. Grayscale: #6A6A6A. Windows color (decimal): -15627094 or 11176977. OLE color: 11176977.

HSL color Cylindrical-coordinate representation of color #118CAA: hue angle of 191.76º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #118CAA is Cyan = 0.9, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 140 170 -
CMYK 0.9 0.18 0 0.33
HSL 191.76º 0.82% 0.37% -
HSV(B) 191.76º 0.9% 0.67% -
XYZ 16.86 21.78 41.34 -
YUV 106.64 163.75 64.06 -
System Red Green Blue C M Y K H S L
Decimal 17 140 170 0.9 0.18 0 0.33 191.76 0.82 0.37
Hex 11 8C AA 5A 12 0 21 C0 52 25
Octal 21 214 252 132 22 0 41 300 122 45
Binary 10001 10001100 10101010 1011010 10010 0 100001 11000000 1010010 100101

Color Harmonies of #118CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118CAA

Black with #118CAA

Text Example


Text Example

White with #118CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118CAA; }

 p { color: rgb(17,140,170); }

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

background-color css

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

 a { background-color: rgb(17,140,170); }

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

border-color css

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

 span { border-color: rgb(17,140,170); }

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