#128193

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

Shades of Eastern Blue #128193

Tints of Eastern Blue #128193

Color information

#128193 (or 0x128193) is unknown color: approx Eastern Blue. HEX triplet: 12, 81 and 93. RGB value is (18,129,147). Sum of RGB (Red+Green+Blue) = 18+129+147=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #128193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128193 is #ED7E6C. Grayscale: #616161. Windows color (decimal): -15564397 or 9666834. OLE color: 9666834.

HSL color Cylindrical-coordinate representation of color #128193: hue angle of 188.37º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128193 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB18129147-
CMYK0.880.1200.42
HSL188.37º78.18%32.35%-
HSV(B)188.37º87.76%57.65%-
XYZ13.3717.9430.36-
YUV97.86155.7371.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.12%
GREEN value IS 129 (50.78% from 255) = 43.88%
BLUE value IS 147 (57.81% from 255) = 50%
R=6.12%
G=43.88%
B=50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181291470.880.1200.42188.3778.1832.35
Hex12819358C02Abc4e20
Octal222012231301405227411640
Binary100101000000110010011101100011000101010101111001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128193; }

 p { color: rgb(18,129,147); }

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

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

 a { background-color: rgb(18,129,147); }

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

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

 span { border-color: rgb(18,129,147); }

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