#128A9F

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

Shades of Eastern Blue #128A9F

Tints of Eastern Blue #128A9F

Color information

#128A9F (or 0x128A9F) is unknown color: approx Eastern Blue. HEX triplet: 12, 8A and 9F. RGB value is (18,138,159). Sum of RGB (Red+Green+Blue) = 18+138+159=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #128A9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128A9F is #ED7560. Grayscale: #686868. Windows color (decimal): -15562081 or 10455570. OLE color: 10455570.

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

Color convert

RGB18138159-
CMYK0.890.1300.38
HSL188.94º79.66%34.71%-
HSV(B)188.94º88.68%62.35%-
XYZ15.620.8136-
YUV104.51158.7466.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.71%
GREEN value IS 138 (54.30% from 255) = 43.81%
BLUE value IS 159 (62.5% from 255) = 50.48%
R=5.71%
G=43.81%
B=50.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181381590.890.1300.38188.9479.6634.71
Hex128A9F59D026bd5023
Octal222122371311504627512043
Binary100101000101010011111101100111010100110101111011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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