#1188AA

Color #1188AA Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #1188AA

Tints of Eastern Blue #1188AA

Color information

#1188AA (or 0x1188AA) is unknown color: approx 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

RGB17136170-
CMYK0.90.2000.33
HSL193.33º81.82%36.67%-
HSV(B)193.33º90%66.67%-
XYZ16.2920.6341.15-
YUV104.29165.0865.74-

RGB Variations

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

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.80% from 255) = 52.63%
R=5.26%
G=42.11%
B=52.63%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171361700.90.2000.33193.3381.8236.67
Hex1188AA5A14021c15225
Octal212102521322404130112245
Binary1000110001000101010101011010101000100001110000011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1188AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>