#1289A9

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

Shades of Eastern Blue #1289A9

Tints of Eastern Blue #1289A9

Color information

#1289A9 (or 0x1289A9) is unknown color: approx Eastern Blue. HEX triplet: 12, 89 and A9. RGB value is (18,137,169). Sum of RGB (Red+Green+Blue) = 18+137+169=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 169 (66.41% from 255 or 52.16% from 324); Max value from RGB is 169 - color contains mainly: blue. Hex color #1289A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1289A9 is #ED7656. Grayscale: #686868. Windows color (decimal): -15562327 or 11110674. OLE color: 11110674.

HSL color Cylindrical-coordinate representation of color #1289A9: hue angle of 192.72º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1289A9 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB18137169-
CMYK0.890.1900.34
HSL192.72º80.75%36.67%-
HSV(B)192.72º89.35%66.27%-
XYZ16.3620.8840.71-
YUV105.07164.0865.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.56%
GREEN value IS 137 (53.91% from 255) = 42.28%
BLUE value IS 169 (66.41% from 255) = 52.16%
R=5.56%
G=42.28%
B=52.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal181371690.890.1900.34192.7280.7536.67
Hex1289A95913022c15125
Octal222112511312304230112145
Binary1001010001001101010011011001100110100010110000011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1289A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1289A9; }

 p { color: rgb(18,137,169); }

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

<style>
 a { background-color: #1289A9; }

 a { background-color: rgb(18,137,169); }

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

<style>
 span { border-color: #1289A9; }

 span { border-color: rgb(18,137,169); }

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