Html Css Color HEX #1188AA Eastern Blue

📋 copy color: '#1188AA'

red 17 ◦ green 136 ◦ blue 170

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

Shades of Eastern Blue #1188AA

Tints of Eastern Blue #1188AA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.11%

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

R = 5.26%
G = 42.11%
B = 52.63%

CMYK

 C value IS 0.9

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1188AA (or 0x1188AA) is known color: Eastern Blue. HEX triplet: 11, 88 and AA. RGB value is (17,136,170). Sum of RGB (Red+Green+Blue) = 17+136+170=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #1188AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1188AA is #EE7755. Grayscale: #686868. Windows color (decimal): -15628118 or 11175953. OLE color: 11175953.

HSL color Cylindrical-coordinate representation of color #1188AA: hue angle of 193.33º 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 #1188AA is Cyan = 0.9, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 136 170 -
CMYK 0.9 0.20 0 0.33
HSL 193.33º 0.82% 0.37% -
HSV(B) 193.33º 0.9% 0.67% -
XYZ 16.29 20.63 41.15 -
YUV 104.3 165.08 65.74 -
System Red Green Blue C M Y K H S L
Decimal 17 136 170 0.9 0.20 0 0.33 193.33 0.82 0.37
Hex 11 88 AA 5A 14 0 21 C1 52 25
Octal 21 210 252 132 24 0 41 301 122 45
Binary 10001 10001000 10101010 1011010 10100 0 100001 11000001 1010010 100101

Color Harmonies of #1188AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1188AA

Black with #1188AA

Text Example


Text Example

White with #1188AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1188AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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