#128EA0

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

Shades of Eastern Blue #128EA0

Tints of Eastern Blue #128EA0

Color information

#128EA0 (or 0x128EA0) is unknown color: approx Eastern Blue. HEX triplet: 12, 8E and A0. RGB value is (18,142,160). Sum of RGB (Red+Green+Blue) = 18+142+160=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 160 (62.89% from 255 or 50% from 320); Max value from RGB is 160 - color contains mainly: blue. Hex color #128EA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128EA0 is #ED715F. Grayscale: #6A6A6A. Windows color (decimal): -15561056 or 10522130. OLE color: 10522130.

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

Color convert

RGB18142160-
CMYK0.890.1100.37
HSL187.61º79.78%34.9%-
HSV(B)187.61º88.75%62.75%-
XYZ16.2722.0136.65-
YUV106.98157.9264.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.62%
GREEN value IS 142 (55.86% from 255) = 44.38%
BLUE value IS 160 (62.89% from 255) = 50%
R=5.62%
G=44.38%
B=50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal181421600.890.1100.37187.6179.7834.9
Hex128EA059B025bc5023
Octal222162401311304527412043
Binary100101000111010100000101100110110100101101111001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,142,160); }

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

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

 a { background-color: rgb(18,142,160); }

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

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

 span { border-color: rgb(18,142,160); }

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