#128EA3

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

Shades of Eastern Blue #128EA3

Tints of Eastern Blue #128EA3

Color information

#128EA3 (or 0x128EA3) is unknown color: approx Eastern Blue. HEX triplet: 12, 8E and A3. RGB value is (18,142,163). Sum of RGB (Red+Green+Blue) = 18+142+163=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 163 (64.06% from 255 or 50.46% from 323); Max value from RGB is 163 - color contains mainly: blue. Hex color #128EA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128EA3 is #ED715C. Grayscale: #6B6B6B. Windows color (decimal): -15561053 or 10718738. OLE color: 10718738.

HSL color Cylindrical-coordinate representation of color #128EA3: hue angle of 188.69º 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 #128EA3 is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB18142163-
CMYK0.890.1300.36
HSL188.69º80.11%35.49%-
HSV(B)188.69º88.96%63.92%-
XYZ16.5322.1238.05-
YUV107.32159.4264.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.57%
GREEN value IS 142 (55.86% from 255) = 43.96%
BLUE value IS 163 (64.06% from 255) = 50.46%
R=5.57%
G=43.96%
B=50.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181421630.890.1300.36188.6980.1135.49
Hex128EA359D024bd5023
Octal222162431311504427512043
Binary100101000111010100011101100111010100100101111011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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