#1589A6

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

Shades of Eastern Blue #1589A6

Tints of Eastern Blue #1589A6

Color information

#1589A6 (or 0x1589A6) is unknown color: approx Eastern Blue. HEX triplet: 15, 89 and A6. RGB value is (21,137,166). Sum of RGB (Red+Green+Blue) = 21+137+166=324 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.48% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 166 (65.23% from 255 or 51.23% from 324); Max value from RGB is 166 - color contains mainly: blue. Hex color #1589A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1589A6 is #EA7659. Grayscale: #696969. Windows color (decimal): -15365722 or 10914069. OLE color: 10914069.

HSL color Cylindrical-coordinate representation of color #1589A6: hue angle of 192º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1589A6 is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB21137166-
CMYK0.870.1700.35
HSL192º77.54%36.67%-
HSV(B)192º87.35%65.1%-
XYZ16.1420.839.24-
YUV105.62162.0767.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.48%
GREEN value IS 137 (53.91% from 255) = 42.28%
BLUE value IS 166 (65.23% from 255) = 51.23%
R=6.48%
G=42.28%
B=51.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal211371660.870.1700.3519277.5436.67
Hex1589A65711023c04e25
Octal252112461272104330011645
Binary1010110001001101001101010111100010100011110000001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1589A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1589A6; }

 p { color: rgb(21,137,166); }

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

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

 a { background-color: rgb(21,137,166); }

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

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

 span { border-color: rgb(21,137,166); }

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