#1588AA

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

Shades of Eastern Blue #1588AA

Tints of Eastern Blue #1588AA

Color information

#1588AA (or 0x1588AA) is unknown color: approx Eastern Blue. HEX triplet: 15, 88 and AA. RGB value is (21,136,170). Sum of RGB (Red+Green+Blue) = 21+136+170=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 136 (53.52% from 255 or 41.59% 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 #1588AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1588AA is #EA7755. Grayscale: #696969. Windows color (decimal): -15365974 or 11175957. OLE color: 11175957.

HSL color Cylindrical-coordinate representation of color #1588AA: hue angle of 193.69º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1588AA is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB21136170-
CMYK0.880.2000.33
HSL193.69º78.01%37.45%-
HSV(B)193.69º87.65%66.67%-
XYZ16.3720.6741.16-
YUV105.49164.467.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.42%
GREEN value IS 136 (53.52% from 255) = 41.59%
BLUE value IS 170 (66.80% from 255) = 51.99%
R=6.42%
G=41.59%
B=51.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211361700.880.2000.33193.6978.0137.45
Hex1588AA5814021c24e25
Octal252102521302404130211645
Binary1010110001000101010101011000101000100001110000101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1588AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1588AA;
 }
 .AnyTagClassName
 {
   color: #1588AA;
 }
</style>
background-color css

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

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

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

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

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

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