#128FA5

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

Shades of Eastern Blue #128FA5

Tints of Eastern Blue #128FA5

Color information

#128FA5 (or 0x128FA5) is unknown color: approx Eastern Blue. HEX triplet: 12, 8F and A5. RGB value is (18,143,165). Sum of RGB (Red+Green+Blue) = 18+143+165=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 165 (64.84% from 255 or 50.61% from 326); Max value from RGB is 165 - color contains mainly: blue. Hex color #128FA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128FA5 is #ED705A. Grayscale: #6B6B6B. Windows color (decimal): -15560795 or 10850066. OLE color: 10850066.

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

Color convert

RGB18143165-
CMYK0.890.1300.35
HSL188.98º80.33%35.88%-
HSV(B)188.98º89.09%64.71%-
XYZ16.8622.4939.05-
YUV108.13160.0963.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.52%
GREEN value IS 143 (56.25% from 255) = 43.87%
BLUE value IS 165 (64.84% from 255) = 50.61%
R=5.52%
G=43.87%
B=50.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181431650.890.1300.35188.9880.3335.88
Hex128FA559D023bd5024
Octal222172451311504327512044
Binary100101000111110100101101100111010100011101111011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,143,165); }

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

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

 a { background-color: rgb(18,143,165); }

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

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

 span { border-color: rgb(18,143,165); }

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