#128AA2

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

Shades of Eastern Blue #128AA2

Tints of Eastern Blue #128AA2

Color information

#128AA2 (or 0x128AA2) is unknown color: approx Eastern Blue. HEX triplet: 12, 8A and A2. RGB value is (18,138,162). Sum of RGB (Red+Green+Blue) = 18+138+162=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 162 (63.67% from 255 or 50.94% from 318); Max value from RGB is 162 - color contains mainly: blue. Hex color #128AA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128AA2 is #ED755D. Grayscale: #686868. Windows color (decimal): -15562078 or 10652178. OLE color: 10652178.

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

Color convert

RGB18138162-
CMYK0.890.1500.36
HSL190º80%35.29%-
HSV(B)190º88.89%63.53%-
XYZ15.8620.9137.38-
YUV104.86160.2466.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.66%
GREEN value IS 138 (54.30% from 255) = 43.40%
BLUE value IS 162 (63.67% from 255) = 50.94%
R=5.66%
G=43.40%
B=50.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181381620.890.1500.361908035.29
Hex128AA259F024be5023
Octal222122421311704427612043
Binary100101000101010100010101100111110100100101111101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128AA2; }

 p { color: rgb(18,138,162); }

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

<style>
 a { background-color: #128AA2; }

 a { background-color: rgb(18,138,162); }

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

<style>
 span { border-color: #128AA2; }

 span { border-color: rgb(18,138,162); }

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