#1288A9

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

Shades of Eastern Blue #1288A9

Tints of Eastern Blue #1288A9

Color information

#1288A9 (or 0x1288A9) is unknown color: approx Eastern Blue. HEX triplet: 12, 88 and A9. RGB value is (18,136,169). Sum of RGB (Red+Green+Blue) = 18+136+169=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 169 (66.41% from 255 or 52.32% from 323); Max value from RGB is 169 - color contains mainly: blue. Hex color #1288A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1288A9 is #ED7756. Grayscale: #686868. Windows color (decimal): -15562583 or 11110418. OLE color: 11110418.

HSL color Cylindrical-coordinate representation of color #1288A9: hue angle of 193.11º 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 #1288A9 is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB18136169-
CMYK0.890.2000.34
HSL193.11º80.75%36.67%-
HSV(B)193.11º89.35%66.27%-
XYZ16.2220.640.66-
YUV104.48164.4166.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.57%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 169 (66.41% from 255) = 52.32%
R=5.57%
G=42.11%
B=52.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal181361690.890.2000.34193.1180.7536.67
Hex1288A95914022c15125
Octal222102511312404230112145
Binary1001010001000101010011011001101000100010110000011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1288A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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