#128AA7

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

Shades of Eastern Blue #128AA7

Tints of Eastern Blue #128AA7

Color information

#128AA7 (or 0x128AA7) is unknown color: approx Eastern Blue. HEX triplet: 12, 8A and A7. RGB value is (18,138,167). Sum of RGB (Red+Green+Blue) = 18+138+167=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 167 (65.62% from 255 or 51.70% from 323); Max value from RGB is 167 - color contains mainly: blue. Hex color #128AA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128AA7 is #ED7558. Grayscale: #696969. Windows color (decimal): -15562073 or 10979858. OLE color: 10979858.

HSL color Cylindrical-coordinate representation of color #128AA7: hue angle of 191.68º degrees, saturation: 0.81, 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 #128AA7 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB18138167-
CMYK0.890.1700.35
HSL191.68º80.54%36.27%-
HSV(B)191.68º89.22%65.49%-
XYZ16.3121.139.77-
YUV105.43162.7465.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.57%
GREEN value IS 138 (54.30% from 255) = 42.72%
BLUE value IS 167 (65.62% from 255) = 51.70%
R=5.57%
G=42.72%
B=51.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181381670.890.1700.35191.6880.5436.27
Hex128AA75911023c05124
Octal222122471312104330012144
Binary1001010001010101001111011001100010100011110000001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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