#128293

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

Shades of Eastern Blue #128293

Tints of Eastern Blue #128293

Color information

#128293 (or 0x128293) is unknown color: approx Eastern Blue. HEX triplet: 12, 82 and 93. RGB value is (18,130,147). Sum of RGB (Red+Green+Blue) = 18+130+147=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #128293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128293 is #ED7D6C. Grayscale: #626262. Windows color (decimal): -15564141 or 9667090. OLE color: 9667090.

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

Color convert

RGB18130147-
CMYK0.880.1200.42
HSL187.91º78.18%32.35%-
HSV(B)187.91º87.76%57.65%-
XYZ13.518.230.41-
YUV98.45155.3970.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.10%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 147 (57.81% from 255) = 49.83%
R=6.10%
G=44.07%
B=49.83%

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
Decimal181301470.880.1200.42187.9178.1832.35
Hex12829358C02Abc4e20
Octal222022231301405227411640
Binary100101000001010010011101100011000101010101111001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128293; }

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

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

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

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

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

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

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

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