#128593

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

Shades of Eastern Blue #128593

Tints of Eastern Blue #128593

Color information

#128593 (or 0x128593) is unknown color: approx Eastern Blue. HEX triplet: 12, 85 and 93. RGB value is (18,133,147). Sum of RGB (Red+Green+Blue) = 18+133+147=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #128593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128593 is #ED7A6C. Grayscale: #646464. Windows color (decimal): -15563373 or 9667858. OLE color: 9667858.

HSL color Cylindrical-coordinate representation of color #128593: hue angle of 186.51º 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 #128593 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB18133147-
CMYK0.880.1000.42
HSL186.51º78.18%32.35%-
HSV(B)186.51º87.76%57.65%-
XYZ13.919.0130.54-
YUV100.21154.469.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.04%
GREEN value IS 133 (52.34% from 255) = 44.63%
BLUE value IS 147 (57.81% from 255) = 49.33%
R=6.04%
G=44.63%
B=49.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181331470.880.1000.42186.5178.1832.35
Hex12859358A02Abb4e20
Octal222052231301205227311640
Binary100101000010110010011101100010100101010101110111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128593; }

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

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

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

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

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

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

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

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