#1289A4

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

Shades of Eastern Blue #1289A4

Tints of Eastern Blue #1289A4

Color information

#1289A4 (or 0x1289A4) is unknown color: approx Eastern Blue. HEX triplet: 12, 89 and A4. RGB value is (18,137,164). Sum of RGB (Red+Green+Blue) = 18+137+164=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 164 (64.45% from 255 or 51.41% from 319); Max value from RGB is 164 - color contains mainly: blue. Hex color #1289A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1289A4 is #ED765B. Grayscale: #686868. Windows color (decimal): -15562332 or 10782994. OLE color: 10782994.

HSL color Cylindrical-coordinate representation of color #1289A4: hue angle of 191.1º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1289A4 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB18137164-
CMYK0.890.1600.36
HSL191.1º80.22%35.69%-
HSV(B)191.1º89.02%64.31%-
XYZ15.920.738.28-
YUV104.5161.5866.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.64%
GREEN value IS 137 (53.91% from 255) = 42.95%
BLUE value IS 164 (64.45% from 255) = 51.41%
R=5.64%
G=42.95%
B=51.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181371640.890.1600.36191.180.2235.69
Hex1289A45910024bf5024
Octal222112441312004427712044
Binary1001010001001101001001011001100000100100101111111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1289A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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